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