@Namespace(value="arrow::dataset") @NoOffset @Properties(inherit=arrow_dataset.class) public class Source extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Source(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ScanTaskIterator |
GetFragments(ScanOptions options)
\brief GetFragments returns an iterator of Fragments.
|
Expression |
partition_expression()
\brief An expression which evaluates to true for all data viewed by this Source.
|
Schema |
schema() |
String |
type_name()
\brief The name identifying the kind of source
|
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 Source(Pointer p)
Pointer.Pointer(Pointer).@ByVal @Cast(value="arrow::dataset::FragmentIterator*") public ScanTaskIterator GetFragments(@SharedPtr ScanOptions options)
@Const @SharedPtr @ByRef public Schema schema()
@Const @SharedPtr @ByRef public Expression partition_expression()
@StdString public String type_name()
Copyright © 2020. All rights reserved.