@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class Scanner extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Scanner(Pointer p)
Pointer cast constructor.
|
Scanner(Source sources,
ScanOptions options,
ScanContext context) |
| Modifier and Type | Method and Description |
|---|---|
ScanTaskIteratorResult |
Scan()
\brief The Scan operator returns a stream of ScanTask.
|
Schema |
schema() |
TableResult |
ToTable()
\brief Convert a Scanner into a Table.
|
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 Scanner(Pointer p)
Pointer.Pointer(Pointer).public Scanner(@SharedPtr @ByVal Source sources, @SharedPtr ScanOptions options, @SharedPtr ScanContext context)
@ByVal public ScanTaskIteratorResult Scan()
@ByVal public TableResult ToTable()
@SharedPtr @ByVal public Schema schema()
Copyright © 2020. All rights reserved.