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