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

Function getArrayJoinColumnRawPtr

src/Interpreters/ArrayJoinAction.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57const ColumnArray * getArrayJoinColumnRawPtr(const ColumnPtr & column)
58{
59 if (const auto & col_arr = getArrayJoinColumn(column))
60 return typeid_cast<const ColumnArray *>(col_arr.get());
61 return nullptr;
62}
63
64ColumnWithTypeAndName convertArrayJoinColumn(const ColumnWithTypeAndName & src_col)
65{

Callers 3

executeActionForHeaderFunction · 0.85
executeActionFunction · 0.85
executeMethod · 0.85

Calls 2

getArrayJoinColumnFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected