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