@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
13 lines (12 loc) • 1.18 kB
TypeScript
import type { ASTCreateFunctionStatementProto as _zetasql_ASTCreateFunctionStatementProto, ASTCreateFunctionStatementProto__Output as _zetasql_ASTCreateFunctionStatementProto__Output } from '../zetasql/ASTCreateFunctionStatementProto';
import type { ASTCreateTableFunctionStatementProto as _zetasql_ASTCreateTableFunctionStatementProto, ASTCreateTableFunctionStatementProto__Output as _zetasql_ASTCreateTableFunctionStatementProto__Output } from '../zetasql/ASTCreateTableFunctionStatementProto';
export interface AnyASTCreateFunctionStmtBaseProto {
'astCreateFunctionStatementNode'?: (_zetasql_ASTCreateFunctionStatementProto | null);
'astCreateTableFunctionStatementNode'?: (_zetasql_ASTCreateTableFunctionStatementProto | null);
'node'?: "astCreateFunctionStatementNode" | "astCreateTableFunctionStatementNode";
}
export interface AnyASTCreateFunctionStmtBaseProto__Output {
'astCreateFunctionStatementNode'?: (_zetasql_ASTCreateFunctionStatementProto__Output | null);
'astCreateTableFunctionStatementNode'?: (_zetasql_ASTCreateTableFunctionStatementProto__Output | null);
'node': "astCreateFunctionStatementNode" | "astCreateTableFunctionStatementNode";
}