@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class ScannerBuilder extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ScannerBuilder(Dataset dataset,
ScanContext context) |
ScannerBuilder(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
Filter(Expression filter)
\brief Set the filter expression to return only rows matching the filter.
|
ScannerResult |
Finish()
\brief Return the constructed now-immutable Scanner object
|
Status |
Project(StringVector columns)
\brief Set the subset of columns to materialize.
|
Schema |
schema() |
Status |
UseThreads() |
Status |
UseThreads(boolean use_threads)
\brief Indicate if the Scanner should make use of the available
ThreadPool found in ScanContext;
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ScannerBuilder(Pointer p)
Pointer.Pointer(Pointer).public ScannerBuilder(@SharedPtr @ByVal Dataset dataset, @SharedPtr ScanContext context)
@ByVal public Status Project(@Const @ByRef StringVector columns)
columns - [in] list of columns to project. Order and duplicates will
be preserved.@ByVal public Status Filter(@SharedPtr @ByVal Expression filter)
filter - [in] expression to filter rows with.@ByVal public Status UseThreads(@Cast(value="bool") boolean use_threads)
@ByVal public ScannerResult Finish()
@SharedPtr @ByVal public Schema schema()
Copyright © 2020. All rights reserved.