public class ArrowBundleRecords extends Object implements BundleRecords
Constructor and Description |
---|
ArrowBundleRecords(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot,
RowType rowType,
boolean allowUpperCase) |
Modifier and Type | Method and Description |
---|---|
org.apache.arrow.vector.VectorSchemaRoot |
getVectorSchemaRoot() |
Iterator<InternalRow> |
iterator() |
long |
rowCount()
The total row count of this batch.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ArrowBundleRecords(org.apache.arrow.vector.VectorSchemaRoot vectorSchemaRoot, RowType rowType, boolean allowUpperCase)
public org.apache.arrow.vector.VectorSchemaRoot getVectorSchemaRoot()
public long rowCount()
BundleRecords
rowCount
in interface BundleRecords
public Iterator<InternalRow> iterator()
iterator
in interface Iterable<InternalRow>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.