@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
12 lines (11 loc) • 548 B
TypeScript
import type { ResolvedStatementProto as _zetasql_ResolvedStatementProto, ResolvedStatementProto__Output as _zetasql_ResolvedStatementProto__Output } from '../zetasql/ResolvedStatementProto';
export interface ResolvedDropSnapshotTableStmtProto {
'parent'?: (_zetasql_ResolvedStatementProto | null);
'isIfExists'?: (boolean);
'namePath'?: (string)[];
}
export interface ResolvedDropSnapshotTableStmtProto__Output {
'parent': (_zetasql_ResolvedStatementProto__Output | null);
'isIfExists': (boolean);
'namePath': (string)[];
}