@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
15 lines (14 loc) • 795 B
TypeScript
export declare const _zetasql_ASTCreateFunctionStmtBaseEnums_DeterminismLevel: {
readonly DETERMINISM_UNSPECIFIED: 0;
readonly DETERMINISTIC: 1;
readonly NOT_DETERMINISTIC: 2;
readonly IMMUTABLE: 3;
readonly STABLE: 4;
readonly VOLATILE: 5;
};
export type _zetasql_ASTCreateFunctionStmtBaseEnums_DeterminismLevel = 'DETERMINISM_UNSPECIFIED' | 0 | 'DETERMINISTIC' | 1 | 'NOT_DETERMINISTIC' | 2 | 'IMMUTABLE' | 3 | 'STABLE' | 4 | 'VOLATILE' | 5;
export type _zetasql_ASTCreateFunctionStmtBaseEnums_DeterminismLevel__Output = typeof _zetasql_ASTCreateFunctionStmtBaseEnums_DeterminismLevel[keyof typeof _zetasql_ASTCreateFunctionStmtBaseEnums_DeterminismLevel];
export interface ASTCreateFunctionStmtBaseEnums {
}
export interface ASTCreateFunctionStmtBaseEnums__Output {
}