@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class UnionDataset extends Dataset
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
UnionDataset(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
children() |
static UnionDatasetResult |
Make(Schema schema,
Dataset children)
\brief Construct a UnionDataset wrapping child Datasets.
|
DatasetResult |
ReplaceSchema(Schema schema)
\brief Return a copy of this Dataset with a different schema.
|
String |
type_name()
\brief The name identifying the kind of Dataset
|
GetFragments, GetFragments, NewScan, partition_expression, schemaaddress, 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 UnionDataset(Pointer p)
Pointer(Pointer).@ByVal public static UnionDatasetResult Make(@SharedPtr @ByVal Schema schema, @SharedPtr @ByVal Dataset children)
schema - [in] the schema of the resulting dataset.children - [in] one or more child Datasets. Their schemas must be identical to
schema.@Const @SharedPtr @ByRef public Dataset children()
@StdString public String type_name()
Dataset@ByVal public DatasetResult ReplaceSchema(@SharedPtr @ByVal Schema schema)
DatasetReplaceSchema in class DatasetCopyright © 2022. All rights reserved.