UNPKG

@fivetrandevelopers/zetasql

Version:
10 lines (9 loc) 449 B
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); }