@Name(value="arrow::Iterator<arrow::dataset::EnumeratedRecordBatch>") @NoOffset @Properties(inherit=arrow_dataset.class) public class EnumeratedRecordBatchIterator extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
EnumeratedRecordBatchIterator.RangeIterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
EnumeratedRecordBatchIterator()
\brief Iterator may be constructed from any type which has a member function
with signature Result
|
EnumeratedRecordBatchIterator(long size)
Native array allocator.
|
EnumeratedRecordBatchIterator(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
asBoolean() |
EnumeratedRecordBatchIterator.RangeIterator |
begin() |
EnumeratedRecordBatchIterator.RangeIterator |
end() |
boolean |
Equals(EnumeratedRecordBatchIterator other)
Iterators will only compare equal if they are both null.
|
EnumeratedRecordBatchIterator |
getPointer(long i) |
TaggedRecordBatchResult |
Next()
\brief Return the next element of the sequence, IterationTraits
|
EnumeratedRecordBatchIterator |
position(long position) |
EnumeratedRecordBatchResult |
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, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public EnumeratedRecordBatchIterator(Pointer p)
Pointer(Pointer)
.public EnumeratedRecordBatchIterator(long size)
Pointer.position(long)
.public EnumeratedRecordBatchIterator()
public EnumeratedRecordBatchIterator position(long position)
public EnumeratedRecordBatchIterator getPointer(long i)
getPointer
in class Pointer
@ByVal public TaggedRecordBatchResult Next()
@Cast(value="bool") public boolean Equals(@Const @ByRef EnumeratedRecordBatchIterator other)
@ByVal public EnumeratedRecordBatchIterator.RangeIterator begin()
@ByVal public EnumeratedRecordBatchIterator.RangeIterator end()
@ByVal public EnumeratedRecordBatchResult ToVector()
Copyright © 2022. All rights reserved.