Home
last modified time | relevance | path

Searched defs:BatchVector (Results 1 – 5 of 5) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dtest_util.h132 using BatchVector = std::vector<std::shared_ptr<RecordBatch>>; variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dtest_util.h136 using BatchVector = std::vector<std::shared_ptr<RecordBatch>>; variable
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/flight/
H A Dtest_util.h137 using BatchVector = std::vector<std::shared_ptr<RecordBatch>>; variable
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glShareTopology/
H A DsceneBase.h73 typedef std::vector<Batch> BatchVector; typedef
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/ipc/
H A Dread_write_test.cc63 using BatchVector = std::vector<std::shared_ptr<RecordBatch>>; typedef