@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class UnionDatasetFactory extends DatasetFactory
\brief DatasetFactory provides a way to inspect/discover a Dataset's expected schema before materialization. \ingroup dataset-implementations
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
UnionDatasetFactory(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetFactory |
factories()
\brief Return the list of child DatasetFactory
|
DatasetResult |
Finish(FinishOptions options)
\brief Create a Dataset.
|
SchemaVectorResult |
InspectSchemas(InspectOptions options)
\brief Get the schemas of the Datasets.
|
static DatasetFactoryResult |
Make(DatasetFactory factories) |
Finish, Finish, Inspect, Inspect, root_partition, SetRootPartitionaddress, 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, zeropublic UnionDatasetFactory(Pointer p)
Pointer(Pointer).@ByVal public static DatasetFactoryResult Make(@SharedPtr @StdVector DatasetFactory factories)
@SharedPtr @StdVector public DatasetFactory factories()
@ByVal public SchemaVectorResult InspectSchemas(@ByVal InspectOptions options)
options.fragments exactly, but will respect the
spirit of peeking the first fragments or all of them.InspectSchemas in class DatasetFactory@ByVal public DatasetResult Finish(@ByVal FinishOptions options)
Finish in class DatasetFactoryCopyright © 2022. All rights reserved.