@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class SourceFactory extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SourceFactory(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SourceResult |
Finish()
\brief Create a Source using the inspected schema.
|
SourceResult |
Finish(Schema schema)
\brief Create a Source with the given schema.
|
SchemaResult |
Inspect()
\brief Get unified schema for the resulting Source.
|
SchemaVectorResult |
InspectSchemas()
\brief Get the schemas of the Fragments and Partitioning.
|
Expression |
root_partition()
\brief Optional root partition for the resulting Source.
|
Status |
SetRootPartition(Expression partition) |
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 SourceFactory(Pointer p)
Pointer.Pointer(Pointer).@ByVal public SchemaVectorResult InspectSchemas()
@ByVal public SchemaResult Inspect()
@ByVal public SourceResult Finish(@Const @SharedPtr @ByRef Schema schema)
@ByVal public SourceResult Finish()
@Const @SharedPtr @ByRef public Expression root_partition()
@ByVal public Status SetRootPartition(@SharedPtr @ByVal Expression partition)
Copyright © 2020. All rights reserved.