UNPKG

@fivetrandevelopers/zetasql

Version:
25 lines (24 loc) 2.04 kB
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 { ASTColumnWithOptionsListProto as _zetasql_ASTColumnWithOptionsListProto, ASTColumnWithOptionsListProto__Output as _zetasql_ASTColumnWithOptionsListProto__Output } from '../zetasql/ASTColumnWithOptionsListProto'; 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 { _zetasql_ASTCreateStatementEnums_SqlSecurity, _zetasql_ASTCreateStatementEnums_SqlSecurity__Output } from '../zetasql/ASTCreateStatementEnums'; export interface ASTCreateViewStatementBaseProto { 'parent'?: (_zetasql_ASTCreateStatementProto | null); 'name'?: (_zetasql_ASTPathExpressionProto | null); 'columnWithOptionsList'?: (_zetasql_ASTColumnWithOptionsListProto | null); 'optionsList'?: (_zetasql_ASTOptionsListProto | null); 'query'?: (_zetasql_ASTQueryProto | null); 'sqlSecurity'?: (_zetasql_ASTCreateStatementEnums_SqlSecurity); 'recursive'?: (boolean); } export interface ASTCreateViewStatementBaseProto__Output { 'parent': (_zetasql_ASTCreateStatementProto__Output | null); 'name': (_zetasql_ASTPathExpressionProto__Output | null); 'columnWithOptionsList': (_zetasql_ASTColumnWithOptionsListProto__Output | null); 'optionsList': (_zetasql_ASTOptionsListProto__Output | null); 'query': (_zetasql_ASTQueryProto__Output | null); 'sqlSecurity': (_zetasql_ASTCreateStatementEnums_SqlSecurity__Output); 'recursive': (boolean); }