@Namespace(value="arrow::csv") @Properties(inherit=arrow.class) public class TableReader extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
TableReader(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static TableReaderResult |
Make(MemoryPool pool,
InputStream input,
ReadOptions arg2,
CsvParseOptions arg3,
ConvertOptions arg4)
Create a TableReader instance
|
static Status |
Make(MemoryPool pool,
InputStream input,
ReadOptions arg2,
CsvParseOptions arg3,
ConvertOptions arg4,
TableReader out)
Deprecated.
|
TableResult |
Read()
Read the entire CSV file and convert it to a Arrow Table
|
Status |
Read(Table out)
Deprecated.
|
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 TableReader(Pointer p)
Pointer.Pointer(Pointer).@ByVal public TableResult Read()
@Deprecated @ByVal public Status Read(@SharedPtr Table out)
@ByVal public static TableReaderResult Make(MemoryPool pool, @SharedPtr InputStream input, @Const @ByRef ReadOptions arg2, @Const @ByRef CsvParseOptions arg3, @Const @ByRef ConvertOptions arg4)
@Deprecated @ByVal public static Status Make(MemoryPool pool, @SharedPtr InputStream input, @Const @ByRef ReadOptions arg2, @Const @ByRef CsvParseOptions arg3, @Const @ByRef ConvertOptions arg4, @SharedPtr TableReader out)
Copyright © 2020. All rights reserved.