@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 ResolvedRenameStmtProto {
'parent'?: (_zetasql_ResolvedStatementProto | null);
'objectType'?: (string);
'oldNamePath'?: (string)[];
'newNamePath'?: (string)[];
}
export interface ResolvedRenameStmtProto__Output {
'parent': (_zetasql_ResolvedStatementProto__Output | null);
'objectType': (string);
'oldNamePath': (string)[];
'newNamePath': (string)[];
}