@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
14 lines (13 loc) • 593 B
TypeScript
import type { ResolvedStatementProto as _zetasql_ResolvedStatementProto, ResolvedStatementProto__Output as _zetasql_ResolvedStatementProto__Output } from '../zetasql/ResolvedStatementProto';
export interface ResolvedDescribeStmtProto {
'parent'?: (_zetasql_ResolvedStatementProto | null);
'objectType'?: (string);
'namePath'?: (string)[];
'fromNamePath'?: (string)[];
}
export interface ResolvedDescribeStmtProto__Output {
'parent': (_zetasql_ResolvedStatementProto__Output | null);
'objectType': (string);
'namePath': (string)[];
'fromNamePath': (string)[];
}