Home
last modified time | relevance | path

Searched defs:BatchIterator (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/tusd/google-cloud-go-storage-v1.18.2/dataproc/apiv1/
H A Dbatch_controller_client.go406 type BatchIterator struct { struct
407 items []*dataprocpb.Batch
408 pageInfo *iterator.PageInfo
409 nextFunc func() error
414 Response interface{}
422 …func(pageSize int, pageToken string) (results []*dataprocpb.Batch, nextPageToken string, err error)
426 func (it *BatchIterator) PageInfo() *iterator.PageInfo {
432 func (it *BatchIterator) Next() (*dataprocpb.Batch, error) {
442 func (it *BatchIterator) bufLen() int {
446 func (it *BatchIterator) takeBuf() interface{} {
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/datafusion/src/execution/physical_plan/
H A Ddatasource.rs36 partitions: Vec<Arc<Mutex<dyn BatchIterator>>>, in new()
70 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>> { in execute()
H A Dmod.rs41 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>>; in execute()
45 pub trait BatchIterator: Send + Sync { trait
H A Dlimit.rs81 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>> { in execute()
139 it: Arc<Mutex<dyn BatchIterator>>, in collect_with_limit()
H A Dmerge.rs68 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>> { in execute()
H A Dhash_aggregate.rs154 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>> { in execute()
259 input: Arc<Mutex<dyn BatchIterator>>, in new()
552 input: Arc<Mutex<dyn BatchIterator>>, in new()
H A Dselection.rs90 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>> { in execute()
H A Dmemory.rs102 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>> { in execute()
H A Dprojection.rs102 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>> { in execute()
H A Dparquet.rs194 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>> { in execute()
H A Dcsv.rs226 fn execute(&self) -> Result<Arc<Mutex<dyn BatchIterator>>> { in execute()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/dataset/src/main/java/org/apache/arrow/dataset/scanner/
H A DScanTask.java39 interface BatchIterator extends Iterator<ArrowRecordBatch>, AutoCloseable { interface
/dports/databases/arrow/apache-arrow-6.0.1/java/dataset/src/main/java/org/apache/arrow/dataset/scanner/
H A DScanTask.java39 interface BatchIterator extends Iterator<ArrowRecordBatch>, AutoCloseable { interface
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/
H A DDataBatch.java43 static class BatchIterator implements Iterator<DataBatch> { class in DataBatch
47 BatchIterator(Iterator<LabeledPoint> base, int batchSize) { in BatchIterator() method in DataBatch.BatchIterator
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/
H A DDataBatch.java43 static class BatchIterator implements Iterator<DataBatch> { class in DataBatch
47 BatchIterator(Iterator<LabeledPoint> base, int batchSize) { in BatchIterator() method in DataBatch.BatchIterator
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dtest_util.h87 BatchIterator(const std::shared_ptr<Schema>& schema, in BatchIterator() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/flight/
H A Dtest_util.h91 BatchIterator(const std::shared_ptr<Schema>& schema, in BatchIterator() function
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/flight/
H A Dtest_util.h92 BatchIterator(const std::shared_ptr<Schema>& schema, in BatchIterator() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/julia/Arrow/src/
H A Dtable.jl17 struct BatchIterator struct
18 bytes::Vector{UInt8}
19 startpos::Int
288 function Base.iterate(x::BatchIterator, (pos, id)=(x.startpos, 0))
/dports/databases/arrow/apache-arrow-6.0.1/julia/Arrow/src/
H A Dtable.jl17 struct BatchIterator struct
18 bytes::Vector{UInt8}
19 startpos::Int
288 function Base.iterate(x::BatchIterator, (pos, id)=(x.startpos, 0))
/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Ddata.h421 explicit BatchIterator(BatchIteratorImpl<T>* impl) { impl_.reset(impl); } in BatchIterator() function
422 explicit BatchIterator(std::shared_ptr<BatchIteratorImpl<T>> impl) { impl_ = impl; } in BatchIterator() function
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Ddata.h421 explicit BatchIterator(BatchIteratorImpl<T>* impl) { impl_.reset(impl); } in BatchIterator() function
422 explicit BatchIterator(std::shared_ptr<BatchIteratorImpl<T>> impl) { impl_ = impl; } in BatchIterator() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/testing/
H A Dutil.h99 BatchIterator(const std::shared_ptr<Schema>& schema, in BatchIterator() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/testing/
H A Dutil.h100 BatchIterator(const std::shared_ptr<Schema>& schema, in BatchIterator() function
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/testing/
H A Dutil.h100 BatchIterator(const std::shared_ptr<Schema>& schema, in BatchIterator() function

12