MCPcopy Create free account
hub / github.com/ByConity/ByConity / moveColumn

Method moveColumn

src/Interpreters/HashJoin.cpp:864–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862 size_t size() const { return columns.size(); }
863
864 ColumnWithTypeAndName moveColumn(size_t i)
865 {
866 return ColumnWithTypeAndName(std::move(columns[i]), type_name[i].type, type_name[i].qualified_name);
867 }
868
869 template <bool has_defaults>
870 void appendFromBlock(const Block & block, size_t row_num)

Callers 2

joinBlockImplMethod · 0.80

Calls 1

Tested by

no test coverage detected