UNPKG

@fivetrandevelopers/zetasql

Version:
10 lines 321 B
"use strict"; // Original file: src/zetasql/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