@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
10 lines (9 loc) • 449 B
TypeScript
import type { TVFRelationColumnProto as _zetasql_TVFRelationColumnProto, TVFRelationColumnProto__Output as _zetasql_TVFRelationColumnProto__Output } from '../zetasql/TVFRelationColumnProto';
export interface TVFRelationProto {
'column'?: (_zetasql_TVFRelationColumnProto)[];
'isValueTable'?: (boolean);
}
export interface TVFRelationProto__Output {
'column': (_zetasql_TVFRelationColumnProto__Output)[];
'isValueTable': (boolean);
}