Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ column
Method
column
cpp/src/arrow/table.cc:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
std::shared_ptr<ChunkedArray> column(int i) const override { return columns_[i]; }
97
98
const std::vector<std::shared_ptr<ChunkedArray>>& columns() const override {
99
return columns_;
Callers
15
ToTensorImpl
Function · 0.45
FromRecordBatches
Method · 0.45
ConcatenateTables
Function · 0.45
PromoteTableToSchema
Function · 0.45
Equals
Method · 0.45
TableBatchReader
Method · 0.45
TEST_F
Function · 0.45
AssertTablesEqualUnorderedFields
Method · 0.45
table_test.cc
File · 0.45
TEST_F
Function · 0.45
FieldPathGetFromWideTable
Function · 0.45
PrettyPrint
Function · 0.45
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.36
AssertTablesEqualUnorderedFields
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
WriteRecordBatch
Method · 0.36
TEST
Function · 0.36
CheckScannedBatches
Method · 0.36
TEST_P
Function · 0.36