@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class ScanNodeOptions extends ExecNodeOptions
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ScanNodeOptions(Dataset dataset,
ScanOptions scan_options) |
ScanNodeOptions(Dataset dataset,
ScanOptions scan_options,
AsyncToggle backpressure_toggle,
boolean require_sequenced_output) |
ScanNodeOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
AsyncToggle |
backpressure_toggle() |
ScanNodeOptions |
backpressure_toggle(AsyncToggle setter) |
Dataset |
dataset() |
ScanNodeOptions |
dataset(Dataset setter) |
boolean |
require_sequenced_output() |
ScanNodeOptions |
require_sequenced_output(boolean setter) |
ScanOptions |
scan_options() |
ScanNodeOptions |
scan_options(ScanOptions setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public ScanNodeOptions(Pointer p)
Pointer(Pointer)
.public ScanNodeOptions(@SharedPtr @ByVal Dataset dataset, @SharedPtr ScanOptions scan_options, @SharedPtr AsyncToggle backpressure_toggle, @Cast(value="bool") boolean require_sequenced_output)
public ScanNodeOptions(@SharedPtr @ByVal Dataset dataset, @SharedPtr ScanOptions scan_options)
@SharedPtr @ByRef public Dataset dataset()
public ScanNodeOptions dataset(Dataset setter)
@SharedPtr public ScanOptions scan_options()
public ScanNodeOptions scan_options(ScanOptions setter)
@SharedPtr public AsyncToggle backpressure_toggle()
public ScanNodeOptions backpressure_toggle(AsyncToggle setter)
public ScanNodeOptions require_sequenced_output(boolean setter)
Copyright © 2022. All rights reserved.