@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
10 lines (9 loc) • 378 B
TypeScript
import type { TableRefProto as _zetasql_TableRefProto, TableRefProto__Output as _zetasql_TableRefProto__Output } from '../zetasql/TableRefProto';
export interface ColumnRefProto {
'tableRef'?: (_zetasql_TableRefProto | null);
'name'?: (string);
}
export interface ColumnRefProto__Output {
'tableRef': (_zetasql_TableRefProto__Output | null);
'name': (string);
}