MCPcopy 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

ToTensorImplFunction · 0.45
FromRecordBatchesMethod · 0.45
ConcatenateTablesFunction · 0.45
PromoteTableToSchemaFunction · 0.45
EqualsMethod · 0.45
TableBatchReaderMethod · 0.45
TEST_FFunction · 0.45
table_test.ccFile · 0.45
TEST_FFunction · 0.45
PrettyPrintFunction · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
WriteRecordBatchMethod · 0.36
TESTFunction · 0.36
CheckScannedBatchesMethod · 0.36
TEST_PFunction · 0.36