@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
28 lines (27 loc) • 1.1 kB
TypeScript
export declare const _zetasql_ASTBinaryExpressionEnums_Op: {
readonly NOT_SET: 0;
readonly LIKE: 1;
readonly IS: 2;
readonly EQ: 3;
readonly NE: 4;
readonly NE2: 5;
readonly GT: 6;
readonly LT: 7;
readonly GE: 8;
readonly LE: 9;
readonly BITWISE_OR: 10;
readonly BITWISE_XOR: 11;
readonly BITWISE_AND: 12;
readonly PLUS: 13;
readonly MINUS: 14;
readonly MULTIPLY: 15;
readonly DIVIDE: 16;
readonly CONCAT_OP: 17;
readonly DISTINCT: 18;
};
export type _zetasql_ASTBinaryExpressionEnums_Op = 'NOT_SET' | 0 | 'LIKE' | 1 | 'IS' | 2 | 'EQ' | 3 | 'NE' | 4 | 'NE2' | 5 | 'GT' | 6 | 'LT' | 7 | 'GE' | 8 | 'LE' | 9 | 'BITWISE_OR' | 10 | 'BITWISE_XOR' | 11 | 'BITWISE_AND' | 12 | 'PLUS' | 13 | 'MINUS' | 14 | 'MULTIPLY' | 15 | 'DIVIDE' | 16 | 'CONCAT_OP' | 17 | 'DISTINCT' | 18;
export type _zetasql_ASTBinaryExpressionEnums_Op__Output = typeof _zetasql_ASTBinaryExpressionEnums_Op[keyof typeof _zetasql_ASTBinaryExpressionEnums_Op];
export interface ASTBinaryExpressionEnums {
}
export interface ASTBinaryExpressionEnums__Output {
}