@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 |
|---|---|
SourceFactoryVector |
factories()
\brief Return the list of SourceFactory
|
DatasetResult |
Finish()
\brief Create a Dataset using the inspected schema.
|
DatasetResult |
Finish(Schema schema)
\brief Create a Dataset with the given schema.
|
SchemaResult |
Inspect()
\brief Get unified schema for the resulting Dataset.
|
SchemaVectorResult |
InspectSchemas()
\brief Get the schemas of the Sources.
|
static DatasetFactoryResult |
Make(SourceFactoryVector factories) |
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 DatasetFactory(Pointer p)
Pointer.Pointer(Pointer).@ByVal public static DatasetFactoryResult Make(@ByVal SourceFactoryVector factories)
@Const @ByRef public SourceFactoryVector factories()
@ByVal public SchemaVectorResult InspectSchemas()
@ByVal public SchemaResult Inspect()
@ByVal public DatasetResult Finish(@Const @SharedPtr @ByRef Schema schema)
@ByVal public DatasetResult Finish()
Copyright © 2020. All rights reserved.