@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class ScanOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ScanOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
batch_size() |
ScanOptions |
batch_size(long setter) |
Expression |
filter() |
ScanOptions |
filter(Expression setter) |
static ScanOptions |
Make(Schema schema) |
StringVector |
MaterializedFields() |
RecordBatchProjector |
projector() |
ScanOptions |
projector(RecordBatchProjector setter) |
ScanOptions |
ReplaceSchema(Schema schema) |
Schema |
schema() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ScanOptions(Pointer p)
Pointer(Pointer).@SharedPtr public static ScanOptions Make(@SharedPtr @ByVal Schema schema)
@SharedPtr public ScanOptions ReplaceSchema(@SharedPtr @ByVal Schema schema)
@ByRef public Expression filter()
public ScanOptions filter(Expression setter)
@Const @SharedPtr @ByRef public Schema schema()
@ByRef public RecordBatchProjector projector()
public ScanOptions projector(RecordBatchProjector setter)
public ScanOptions batch_size(long setter)
@ByVal public StringVector MaterializedFields()
Copyright © 2021. All rights reserved.