@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
12 lines (11 loc) • 577 B
TypeScript
export declare const _zetasql_ASTAuxLoadDataStatementEnums_InsertionMode: {
readonly NOT_SET: 0;
readonly APPEND: 1;
readonly OVERWRITE: 2;
};
export type _zetasql_ASTAuxLoadDataStatementEnums_InsertionMode = 'NOT_SET' | 0 | 'APPEND' | 1 | 'OVERWRITE' | 2;
export type _zetasql_ASTAuxLoadDataStatementEnums_InsertionMode__Output = typeof _zetasql_ASTAuxLoadDataStatementEnums_InsertionMode[keyof typeof _zetasql_ASTAuxLoadDataStatementEnums_InsertionMode];
export interface ASTAuxLoadDataStatementEnums {
}
export interface ASTAuxLoadDataStatementEnums__Output {
}