Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-- Change by ZetaSQL Team <[email protected]>: Updated the zetasql doc for the zetasql release in Sept. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Minor refactoring against c++ resolved ast node generation templates -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by Brandon Dolphin <[email protected]>: No public description -- Change by Christoph Dibak <[email protected]>: Fix rewriting of public groups -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Added `ARG_TYPE_ANY_3` and `ARG_ARRAY_TYPE_ANY_3`. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by Christoph Dibak <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by Christoph Dibak <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Refactor ResolvedAggreateScan algebrizer to remove duplicated logic -- Change by ZetaSQL Team <[email protected]>: Added more tests to validate that argument aliases are not supported. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Added `argument_alias` fields to `ResolvedFunctionArgument`. -- Change by ZetaSQL Team <[email protected]>: Change edit distance implementation to use existing shared library. -- Change by ZetaSQL Team <[email protected]>: Add support for null handling in the AggregateFunctionEvaluator interface -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Simplify logic for CASE expression formatting. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Do not include internal alias in UserFacingName for table argument. -- Change by ZetaSQL Team <[email protected]>: Adding utility functions `GreaterOrEqual` and `Subtract` to the rewriter utils. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Bugfix for JSON_ARRAY_APPEND and JSON_ARRAY_INSERT. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by Richard Levasseur <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Added alias validation for function signatures. -- Change by ZetaSQL Team <[email protected]>: Add test coverage for conditional evaluation in WITH queries and WITH expressions. -- Change by ZetaSQL Team <[email protected]>: Add language feature to support multiway explicit UNNEST syntax -- Change by ZetaSQL Team <[email protected]>: Added a new language feature FEATURE_V_1_4_ARRAY_ZIP for the array_zip function. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Add a test case for conditional_evaluation on PIVOT and UNPIVOT -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Add test coverage for anonymization with conditional evaluation -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Replace CHECK with Status return in builtin function registry -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Added alias validation for function signatures. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Move SetFormatValueContentOptions to SQLTestBase protected section. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Moved `GetAliasForExpression` from the resolver code to resolved_ast_helper.h. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Added function_signature_testutil.cc to zetasql allowlist. -- Change by ZetaSQL Team <[email protected]>: Added function_signature_testutil.h into zetasql allowlist. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Unify ReferenceDriver constructors. -- Change by ZetaSQL Team <[email protected]>: Cleanup some calls to MaybeUpdateErrorMessageWithLocation() with explicit values for keep_error_location_payload. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Add collation support for NULLIF function in the reference implementation. -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by Richard Levasseur <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Add reference implementation of UDFs and templated UDFs without rewriter. -- Change by ZetaSQL Team <[email protected]>: Add node_source to ResolvedArrayScan for single table array path shape -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: No public description -- Change by ZetaSQL Team <[email protected]>: Clean up deprecated function signature. -- Change by ZetaSQL Team <[email protected]>: Add topologically sorted generated columns information to the ResolvedInsertStmt. -- Change by ZetaSQL Team <[email protected]>: Add a note about module support in docs for UDFs, TVFs, and UDAs. -- Change by ZetaSQL Team <[email protected]>: No public description (And 57 more changes) GitOrigin-RevId: 2ff92e98da5ba81417caa763616253336d7d8407 Change-Id: Ib851d471d1bd3d96a36e4996ab25d5c7d381c27b
- Loading branch information