@Namespace(value="arrow::ipc::feather") @Properties(inherit=arrow.class) public class Reader extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Reader(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatherReaderResult |
Open(RandomAccessFile source)
\brief Open a Feather file from a RandomAccessFile interface
|
Status |
Read(int[] indices,
Table out) |
Status |
Read(IntBuffer indices,
Table out) |
Status |
Read(IntPointer indices,
Table out)
\brief Read only the specified columns from the file as an arrow::Table.
|
Status |
Read(StringVector names,
Table out)
\brief Read only the specified columns from the file as an arrow::Table.
|
Status |
Read(Table out)
\brief Read all columns from the file as an arrow::Table.
|
Schema |
schema() |
int |
version()
\brief Return the version number of the Feather file
|
address, 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 Reader(Pointer p)
Pointer(Pointer).@ByVal public static FeatherReaderResult Open(@SharedPtr @Cast(value={"","std::shared_ptr<arrow::io::RandomAccessFile>"}) RandomAccessFile source)
source - [in] a RandomAccessFile instancepublic int version()
@SharedPtr @ByVal public Schema schema()
@ByVal public Status Read(@SharedPtr Table out)
out - [out] the returned table@ByVal public Status Read(@StdVector IntPointer indices, @SharedPtr Table out)
indices - [in] the column indices to readout - [out] the returned table@ByVal public Status Read(@StdVector IntBuffer indices, @SharedPtr Table out)
@ByVal public Status Read(@StdVector int[] indices, @SharedPtr Table out)
@ByVal public Status Read(@Const @ByRef StringVector names, @SharedPtr Table out)
names - [in] the column names to readout - [out] the returned tableCopyright © 2021. All rights reserved.