| 687 | static const std::vector<std::string> icebergFuncs = {"icebergBucket", "icebergTruncate"}; |
| 688 | |
| 689 | void StatementGenerator::columnPathRef(const ColumnPathChain & entry, Expr * expr) const |
| 690 | { |
| 691 | columnPathRef(entry, expr->mutable_comp_expr()->mutable_expr_stc()->mutable_col()->mutable_path()); |
| 692 | } |
| 693 | |
| 694 | void StatementGenerator::columnPathRef(const ColumnPathChain & entry, ColumnPath * cp) const |
| 695 | { |
no test coverage detected