@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
14 lines (13 loc) • 744 B
TypeScript
export declare const _zetasql_ResolvedWindowFrameExprEnums_BoundaryType: {
readonly UNBOUNDED_PRECEDING: 0;
readonly OFFSET_PRECEDING: 1;
readonly CURRENT_ROW: 2;
readonly OFFSET_FOLLOWING: 3;
readonly UNBOUNDED_FOLLOWING: 4;
};
export type _zetasql_ResolvedWindowFrameExprEnums_BoundaryType = 'UNBOUNDED_PRECEDING' | 0 | 'OFFSET_PRECEDING' | 1 | 'CURRENT_ROW' | 2 | 'OFFSET_FOLLOWING' | 3 | 'UNBOUNDED_FOLLOWING' | 4;
export type _zetasql_ResolvedWindowFrameExprEnums_BoundaryType__Output = typeof _zetasql_ResolvedWindowFrameExprEnums_BoundaryType[keyof typeof _zetasql_ResolvedWindowFrameExprEnums_BoundaryType];
export interface ResolvedWindowFrameExprEnums {
}
export interface ResolvedWindowFrameExprEnums__Output {
}