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

Method column

cpp/src/arrow/table.cc:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 std::shared_ptr<ChunkedArray> column(int i) const override { return columns_[i]; }
96
97 const std::vector<std::shared_ptr<ChunkedArray>>& columns() const override {
98 return columns_;

Callers 15

RecordBatchToTensorFunction · 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