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