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

Method schema

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

Source from the content-addressed store, hash-verified

672}
673
674std::shared_ptr<Schema> TableBatchReader::schema() const { return table_.schema(); }
675
676void TableBatchReader::set_chunksize(int64_t chunksize) { max_chunksize_ = chunksize; }
677

Callers 15

mainFunction · 0.45
RecordBatchToTensorFunction · 0.45
FromRecordBatchesMethod · 0.45
ConcatenateTablesFunction · 0.45
PromoteTableToSchemaFunction · 0.45
EqualsMethod · 0.45
ReadNextMethod · 0.45
FindAllMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36