@Name(value="arrow::Iterator<arrow::dataset::TaggedRecordBatch>") @NoOffset @Properties(inherit=arrow_dataset.class) public class TaggedRecordBatchIterator extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
TaggedRecordBatchIterator.RangeIterator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TaggedRecordBatchIterator()
\brief Iterator may be constructed from any type which has a member function
with signature Result
|
TaggedRecordBatchIterator(long size)
Native array allocator.
|
TaggedRecordBatchIterator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
TaggedRecordBatchIterator.RangeIterator |
begin() |
TaggedRecordBatchIterator.RangeIterator |
end() |
boolean |
Equals(TaggedRecordBatchIterator other)
Iterators will only compare equal if they are both null.
|
TaggedRecordBatchIterator |
getPointer(long i) |
TaggedRecordBatchResult |
Next()
\brief Return the next element of the sequence, IterationTraits
|
TaggedRecordBatchIterator |
position(long position) |
TaggedRecordBatchVectorResult |
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 TaggedRecordBatchIterator(Pointer p)
Pointer(Pointer).public TaggedRecordBatchIterator(long size)
Pointer.position(long).public TaggedRecordBatchIterator()
public TaggedRecordBatchIterator position(long position)
public TaggedRecordBatchIterator getPointer(long i)
getPointer in class Pointer@ByVal public TaggedRecordBatchResult Next()
@Cast(value="bool") public boolean Equals(@Const @ByRef TaggedRecordBatchIterator other)
@ByVal public TaggedRecordBatchIterator.RangeIterator begin()
@ByVal public TaggedRecordBatchIterator.RangeIterator end()
@ByVal public TaggedRecordBatchVectorResult ToVector()
Copyright © 2021. All rights reserved.