UNPKG

@fivetrandevelopers/zetasql

Version:
11 lines (10 loc) 907 B
import type { ASTCreateTableStmtBaseProto as _zetasql_ASTCreateTableStmtBaseProto, ASTCreateTableStmtBaseProto__Output as _zetasql_ASTCreateTableStmtBaseProto__Output } from '../zetasql/ASTCreateTableStmtBaseProto'; import type { ASTWithPartitionColumnsClauseProto as _zetasql_ASTWithPartitionColumnsClauseProto, ASTWithPartitionColumnsClauseProto__Output as _zetasql_ASTWithPartitionColumnsClauseProto__Output } from '../zetasql/ASTWithPartitionColumnsClauseProto'; export interface ASTCreateExternalTableStatementProto { 'parent'?: (_zetasql_ASTCreateTableStmtBaseProto | null); 'withPartitionColumnsClause'?: (_zetasql_ASTWithPartitionColumnsClauseProto | null); } export interface ASTCreateExternalTableStatementProto__Output { 'parent': (_zetasql_ASTCreateTableStmtBaseProto__Output | null); 'withPartitionColumnsClause': (_zetasql_ASTWithPartitionColumnsClauseProto__Output | null); }