Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cc
File · 0.80
ValidateColumnLength
Function · 0.80
ValidateBatch
Function · 0.80
Partition
Method · 0.80
RunDoGetTest
Function · 0.80
KeyHasher
Class · 0.80
GetKey
Method · 0.80
AdvanceAndMemoize
Method · 0.80
GetTime
Function · 0.80
materializeColumn
Method · 0.80
ExecBatch
Method · 0.80
ValidateOutputImpl
Function · 0.80
Calls
no outgoing calls
Tested by
1
ValidateOutputImpl
Function · 0.64