@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
11 lines • 332 B
JavaScript
;
// Original file: null
Object.defineProperty(exports, "__esModule", { value: true });
exports._google_protobuf_FileOptions_OptimizeMode = void 0;
// Original file: null
exports._google_protobuf_FileOptions_OptimizeMode = {
SPEED: 1,
CODE_SIZE: 2,
LITE_RUNTIME: 3,
};
//# sourceMappingURL=FileOptions.js.map