@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
11 lines (10 loc) • 757 B
TypeScript
import type { ASTGeneralizedPathExpressionProto as _zetasql_ASTGeneralizedPathExpressionProto, ASTGeneralizedPathExpressionProto__Output as _zetasql_ASTGeneralizedPathExpressionProto__Output } from '../zetasql/ASTGeneralizedPathExpressionProto';
import type { ASTIdentifierProto as _zetasql_ASTIdentifierProto, ASTIdentifierProto__Output as _zetasql_ASTIdentifierProto__Output } from '../zetasql/ASTIdentifierProto';
export interface ASTPathExpressionProto {
'parent'?: (_zetasql_ASTGeneralizedPathExpressionProto | null);
'names'?: (_zetasql_ASTIdentifierProto)[];
}
export interface ASTPathExpressionProto__Output {
'parent': (_zetasql_ASTGeneralizedPathExpressionProto__Output | null);
'names': (_zetasql_ASTIdentifierProto__Output)[];
}