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

Class Scanner

cpp/src/arrow/dataset/dataset.h:249–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247class ARROW_DS_EXPORT InMemoryFragment : public Fragment {
248 public:
249 class Scanner;
250 InMemoryFragment(std::shared_ptr<Schema> schema, RecordBatchVector record_batches,
251 compute::Expression = compute::literal(true));
252 explicit InMemoryFragment(RecordBatchVector record_batches,

Callers 1

scanner.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected