MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / columnPathRef

Method columnPathRef

src/Client/BuzzHouse/Generator/SQLTable.cpp:689–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687static const std::vector<std::string> icebergFuncs = {"icebergBucket", "icebergTruncate"};
688
689void 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
694void StatementGenerator::columnPathRef(const ColumnPathChain & entry, ColumnPath * cp) const
695{

Callers 8

tableOrFunctionRefMethod · 0.45
generateExpressionMethod · 0.45
dumpTableContentMethod · 0.45
generateExportQueryMethod · 0.45
dumpDictionaryContentMethod · 0.45
generateImportQueryMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected