@fivetrandevelopers/zetasql-snowflake
Version:
ZetaSQL Snowflake gRPC server and client
15 lines (14 loc) • 399 B
TypeScript
export interface EnumTypeProto {
'enumName'?: (string);
'enumFileName'?: (string);
'fileDescriptorSetIndex'?: (number);
'catalogNamePath'?: (string)[];
'isOpaque'?: (boolean);
}
export interface EnumTypeProto__Output {
'enumName': (string);
'enumFileName': (string);
'fileDescriptorSetIndex': (number);
'catalogNamePath': (string)[];
'isOpaque': (boolean);
}