@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class Dataset extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Dataset(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DatasetResult |
Make(Source sources,
Schema schema) |
ScannerBuilderResult |
NewScan() |
ScannerBuilderResult |
NewScan(ScanContext context)
\brief Begin to build a new Scan operation against this Dataset
|
Schema |
schema() |
Source |
sources() |
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 Dataset(Pointer p)
Pointer.Pointer(Pointer).@ByVal public static DatasetResult Make(@SharedPtr @ByVal Source sources, @SharedPtr @ByVal Schema schema)
sources - [in] one or more input sources
/** @param schema [in] a known schema to conform to@ByVal public ScannerBuilderResult NewScan(@SharedPtr ScanContext context)
@ByVal public ScannerBuilderResult NewScan()
@Const @SharedPtr @ByRef public Source sources()
@SharedPtr @ByVal public Schema schema()
Copyright © 2020. All rights reserved.