@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class InMemoryDataset extends Dataset
| Modifier and Type | Class and Description |
|---|---|
static class |
InMemoryDataset.RecordBatchGenerator |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
InMemoryDataset(Pointer p)
Pointer cast constructor.
|
InMemoryDataset(Schema schema,
InMemoryDataset.RecordBatchGenerator get_batches) |
InMemoryDataset(Schema schema,
RecordBatchVector batches) |
InMemoryDataset(Table table) |
| Modifier and Type | Method and Description |
|---|---|
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, NewScan, partition_expression, schemaaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic InMemoryDataset(Pointer p)
Pointer(Pointer).public InMemoryDataset(@SharedPtr @ByVal Schema schema, @SharedPtr InMemoryDataset.RecordBatchGenerator get_batches)
public InMemoryDataset(@SharedPtr @ByVal Schema schema, @ByVal RecordBatchVector batches)
public InMemoryDataset(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::Table>"}) Table table)
@StdString public String type_name()
Dataset@ByVal public DatasetResult ReplaceSchema(@SharedPtr @ByVal Schema schema)
DatasetReplaceSchema in class DatasetCopyright © 2021. All rights reserved.