@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
31 lines (30 loc) • 2.76 kB
TypeScript
import type { ASTCreateStatementProto as _zetasql_ASTCreateStatementProto, ASTCreateStatementProto__Output as _zetasql_ASTCreateStatementProto__Output } from '../zetasql/ASTCreateStatementProto';
import type { ASTPathExpressionProto as _zetasql_ASTPathExpressionProto, ASTPathExpressionProto__Output as _zetasql_ASTPathExpressionProto__Output } from '../zetasql/ASTPathExpressionProto';
import type { ASTTransformClauseProto as _zetasql_ASTTransformClauseProto, ASTTransformClauseProto__Output as _zetasql_ASTTransformClauseProto__Output } from '../zetasql/ASTTransformClauseProto';
import type { ASTOptionsListProto as _zetasql_ASTOptionsListProto, ASTOptionsListProto__Output as _zetasql_ASTOptionsListProto__Output } from '../zetasql/ASTOptionsListProto';
import type { ASTQueryProto as _zetasql_ASTQueryProto, ASTQueryProto__Output as _zetasql_ASTQueryProto__Output } from '../zetasql/ASTQueryProto';
import type { ASTInputOutputClauseProto as _zetasql_ASTInputOutputClauseProto, ASTInputOutputClauseProto__Output as _zetasql_ASTInputOutputClauseProto__Output } from '../zetasql/ASTInputOutputClauseProto';
import type { ASTWithConnectionClauseProto as _zetasql_ASTWithConnectionClauseProto, ASTWithConnectionClauseProto__Output as _zetasql_ASTWithConnectionClauseProto__Output } from '../zetasql/ASTWithConnectionClauseProto';
import type { ASTAliasedQueryListProto as _zetasql_ASTAliasedQueryListProto, ASTAliasedQueryListProto__Output as _zetasql_ASTAliasedQueryListProto__Output } from '../zetasql/ASTAliasedQueryListProto';
export interface ASTCreateModelStatementProto {
'parent'?: (_zetasql_ASTCreateStatementProto | null);
'name'?: (_zetasql_ASTPathExpressionProto | null);
'transformClause'?: (_zetasql_ASTTransformClauseProto | null);
'optionsList'?: (_zetasql_ASTOptionsListProto | null);
'query'?: (_zetasql_ASTQueryProto | null);
'inputOutputClause'?: (_zetasql_ASTInputOutputClauseProto | null);
'isRemote'?: (boolean);
'withConnectionClause'?: (_zetasql_ASTWithConnectionClauseProto | null);
'aliasedQueryList'?: (_zetasql_ASTAliasedQueryListProto | null);
}
export interface ASTCreateModelStatementProto__Output {
'parent': (_zetasql_ASTCreateStatementProto__Output | null);
'name': (_zetasql_ASTPathExpressionProto__Output | null);
'transformClause': (_zetasql_ASTTransformClauseProto__Output | null);
'optionsList': (_zetasql_ASTOptionsListProto__Output | null);
'query': (_zetasql_ASTQueryProto__Output | null);
'inputOutputClause': (_zetasql_ASTInputOutputClauseProto__Output | null);
'isRemote': (boolean);
'withConnectionClause': (_zetasql_ASTWithConnectionClauseProto__Output | null);
'aliasedQueryList': (_zetasql_ASTAliasedQueryListProto__Output | null);
}