@fivetrandevelopers/zetasql-snowflake
Version:
ZetaSQL Snowflake gRPC server and client
10 lines • 323 B
JavaScript
;
// Original file: src/snowflake/protos/zetasql/public/options.proto
Object.defineProperty(exports, "__esModule", { value: true });
exports.ParameterMode = void 0;
exports.ParameterMode = {
PARAMETER_NAMED: 0,
PARAMETER_POSITIONAL: 1,
PARAMETER_NONE: 2,
};
//# sourceMappingURL=ParameterMode.js.map