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

Method InMemoryDataset

cpp/src/arrow/dataset/dataset.cc:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253};
254
255InMemoryDataset::InMemoryDataset(std::shared_ptr<Schema> schema,
256 RecordBatchVector batches)
257 : Dataset(std::move(schema)),
258 get_batches_(new VectorRecordBatchGenerator(std::move(batches))) {}
259
260struct TableRecordBatchGenerator : InMemoryDataset::RecordBatchGenerator {
261 explicit TableRecordBatchGenerator(std::shared_ptr<Table> table)

Callers 4

_perform_joinFunction · 0.80
_perform_join_asofFunction · 0.80
_sort_sourceFunction · 0.80

Calls 1

schemaMethod · 0.45