@Name(value="arrow::Iterator<std::shared_ptr<arrow::RecordBatch> >") @NoOffset @Properties(inherit=arrow.class) public class RecordBatchIterator extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordBatchIterator.RangeIterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RecordBatchIterator()
\brief Iterator may be constructed from any type which has a member function
with signature Result
|
RecordBatchIterator(long size)
Native array allocator.
|
RecordBatchIterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
RecordBatchIterator.RangeIterator |
begin() |
RecordBatchIterator.RangeIterator |
end() |
boolean |
Equals(RecordBatchIterator other)
Iterators will only compare equal if they are both null.
|
RecordBatchIterator |
getPointer(long i) |
RecordBatchResult |
Next()
\brief Return the next element of the sequence, IterationTraits
|
RecordBatchIterator |
position(long position) |
RecordBatchVectorResult |
ToVector()
\brief Move every element of this iterator into a vector.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic RecordBatchIterator(Pointer p)
Pointer(Pointer).public RecordBatchIterator(long size)
Pointer.position(long).public RecordBatchIterator()
public RecordBatchIterator position(long position)
public RecordBatchIterator getPointer(long i)
getPointer in class Pointer@ByVal public RecordBatchResult Next()
@Cast(value="bool") public boolean Equals(@Const @ByRef RecordBatchIterator other)
@ByVal public RecordBatchIterator.RangeIterator begin()
@ByVal public RecordBatchIterator.RangeIterator end()
@ByVal public RecordBatchVectorResult ToVector()
Copyright © 2021. All rights reserved.