@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
27 lines (26 loc) • 1.37 kB
TypeScript
export declare const _zetasql_FieldFormat_Format: {
readonly DEFAULT_FORMAT: 0;
readonly DATE: 1;
readonly TIMESTAMP_SECONDS: 2;
readonly TIMESTAMP_MILLIS: 3;
readonly TIMESTAMP_MICROS: 4;
readonly TIMESTAMP_NANOS: 5;
readonly DATE_DECIMAL: 6;
readonly TIME_MICROS: 7;
readonly DATETIME_MICROS: 8;
readonly ST_GEOGRAPHY_ENCODED: 9;
readonly NUMERIC: 10;
readonly BIGNUMERIC: 11;
readonly JSON: 12;
readonly INTERVAL: 14;
readonly RANGE_DATES_ENCODED: 16;
readonly RANGE_DATETIMES_ENCODED: 17;
readonly RANGE_TIMESTAMPS_ENCODED: 18;
readonly __FieldFormat_Type__switch_must_have_a_default__: -1;
};
export type _zetasql_FieldFormat_Format = 'DEFAULT_FORMAT' | 0 | 'DATE' | 1 | 'TIMESTAMP_SECONDS' | 2 | 'TIMESTAMP_MILLIS' | 3 | 'TIMESTAMP_MICROS' | 4 | 'TIMESTAMP_NANOS' | 5 | 'DATE_DECIMAL' | 6 | 'TIME_MICROS' | 7 | 'DATETIME_MICROS' | 8 | 'ST_GEOGRAPHY_ENCODED' | 9 | 'NUMERIC' | 10 | 'BIGNUMERIC' | 11 | 'JSON' | 12 | 'INTERVAL' | 14 | 'RANGE_DATES_ENCODED' | 16 | 'RANGE_DATETIMES_ENCODED' | 17 | 'RANGE_TIMESTAMPS_ENCODED' | 18 | '__FieldFormat_Type__switch_must_have_a_default__' | -1;
export type _zetasql_FieldFormat_Format__Output = typeof _zetasql_FieldFormat_Format[keyof typeof _zetasql_FieldFormat_Format];
export interface FieldFormat {
}
export interface FieldFormat__Output {
}