@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
20 lines (19 loc) • 1.67 kB
TypeScript
import type { ASTStatementProto as _zetasql_ASTStatementProto, ASTStatementProto__Output as _zetasql_ASTStatementProto__Output } from '../zetasql/ASTStatementProto';
import type { SchemaObjectKind as _zetasql_SchemaObjectKind, SchemaObjectKind__Output as _zetasql_SchemaObjectKind__Output } from '../zetasql/SchemaObjectKind';
import type { ASTPathExpressionProto as _zetasql_ASTPathExpressionProto, ASTPathExpressionProto__Output as _zetasql_ASTPathExpressionProto__Output } from '../zetasql/ASTPathExpressionProto';
import type { ASTWithConnectionClauseProto as _zetasql_ASTWithConnectionClauseProto, ASTWithConnectionClauseProto__Output as _zetasql_ASTWithConnectionClauseProto__Output } from '../zetasql/ASTWithConnectionClauseProto';
import type { ASTOptionsListProto as _zetasql_ASTOptionsListProto, ASTOptionsListProto__Output as _zetasql_ASTOptionsListProto__Output } from '../zetasql/ASTOptionsListProto';
export interface ASTExportMetadataStatementProto {
'parent'?: (_zetasql_ASTStatementProto | null);
'schemaObjectKind'?: (_zetasql_SchemaObjectKind);
'namePath'?: (_zetasql_ASTPathExpressionProto | null);
'withConnectionClause'?: (_zetasql_ASTWithConnectionClauseProto | null);
'optionsList'?: (_zetasql_ASTOptionsListProto | null);
}
export interface ASTExportMetadataStatementProto__Output {
'parent': (_zetasql_ASTStatementProto__Output | null);
'schemaObjectKind': (_zetasql_SchemaObjectKind__Output);
'namePath': (_zetasql_ASTPathExpressionProto__Output | null);
'withConnectionClause': (_zetasql_ASTWithConnectionClauseProto__Output | null);
'optionsList': (_zetasql_ASTOptionsListProto__Output | null);
}