@fivetrandevelopers/zetasql-snowflake
Version:
ZetaSQL Snowflake gRPC server and client
11 lines • 473 B
JavaScript
;
// Original file: src/snowflake/protos/zetasql/parser/ast_enums.proto
Object.defineProperty(exports, "__esModule", { value: true });
exports._zetasql_ASTFunctionCallEnums_NullHandlingModifier = void 0;
// Original file: src/snowflake/protos/zetasql/parser/ast_enums.proto
exports._zetasql_ASTFunctionCallEnums_NullHandlingModifier = {
DEFAULT_NULL_HANDLING: 0,
IGNORE_NULLS: 1,
RESPECT_NULLS: 2,
};
//# sourceMappingURL=ASTFunctionCallEnums.js.map