MCPcopy Create free account
hub / github.com/apache/arrow / column_data

Method column_data

cpp/src/arrow/record_batch.cc:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 std::shared_ptr<ArrayData> column_data(int i) const override { return columns_[i]; }
117
118 const ArrayDataVector& column_data() const override { return columns_; }
119

Callers 13

table_test.ccFile · 0.80
ValidateColumnLengthFunction · 0.80
ValidateBatchFunction · 0.80
PartitionMethod · 0.80
RunDoGetTestFunction · 0.80
KeyHasherClass · 0.80
GetKeyMethod · 0.80
AdvanceAndMemoizeMethod · 0.80
GetTimeFunction · 0.80
materializeColumnMethod · 0.80
ExecBatchMethod · 0.80
ValidateOutputImplFunction · 0.80

Calls

no outgoing calls

Tested by 1

ValidateOutputImplFunction · 0.64