@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
14 lines (13 loc) • 977 B
TypeScript
import type { ASTNodeProto as _zetasql_ASTNodeProto, ASTNodeProto__Output as _zetasql_ASTNodeProto__Output } from '../zetasql/ASTNodeProto';
import type { ASTIdentifierProto as _zetasql_ASTIdentifierProto, ASTIdentifierProto__Output as _zetasql_ASTIdentifierProto__Output } from '../zetasql/ASTIdentifierProto';
import type { ASTWindowSpecificationProto as _zetasql_ASTWindowSpecificationProto, ASTWindowSpecificationProto__Output as _zetasql_ASTWindowSpecificationProto__Output } from '../zetasql/ASTWindowSpecificationProto';
export interface ASTWindowDefinitionProto {
'parent'?: (_zetasql_ASTNodeProto | null);
'name'?: (_zetasql_ASTIdentifierProto | null);
'windowSpec'?: (_zetasql_ASTWindowSpecificationProto | null);
}
export interface ASTWindowDefinitionProto__Output {
'parent': (_zetasql_ASTNodeProto__Output | null);
'name': (_zetasql_ASTIdentifierProto__Output | null);
'windowSpec': (_zetasql_ASTWindowSpecificationProto__Output | null);
}