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:115–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
std::shared_ptr<ArrayData> column_data(int i) const override { return columns_[i]; }
116
117
const ArrayDataVector& column_data() const override { return columns_; }
118
Callers
15
ConvertColumnsToTensor
Function · 0.80
ToTensorImpl
Function · 0.80
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
Calls
no outgoing calls
Tested by
1
ValidateOutputImpl
Function · 0.64