@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 Status Next(T*);
The argument is moved or copied to the heap and kept in a unique_ptr
|
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.
|
RecordBatchResult |
Next()
\brief Return the next element of the sequence, IterationTraits
|
RecordBatchIterator |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic RecordBatchIterator(Pointer p)
Pointer.Pointer(Pointer).public RecordBatchIterator(long size)
Pointer.position(long).public RecordBatchIterator()
public RecordBatchIterator position(long position)
@ByVal public RecordBatchResult Next()
@Cast(value="bool") public boolean Equals(@Const @ByRef RecordBatchIterator other)
@ByVal public RecordBatchIterator.RangeIterator begin()
@ByVal public RecordBatchIterator.RangeIterator end()
Copyright © 2020. All rights reserved.