@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(IOContext io_context,
InputStream input,
ReadOptions arg2,
CsvParseOptions arg3,
ConvertOptions arg4)
Create a TableReader instance
|
static TableReaderResult |
Make(MemoryPool pool,
IOContext io_context,
InputStream input,
ReadOptions arg3,
CsvParseOptions arg4,
ConvertOptions arg5)
Deprecated.
|
TableResult |
Read()
Read the entire CSV file and convert it to a Arrow Table
|
TableFuture |
ReadAsync()
Read the entire CSV file and convert it to a Arrow Table
|
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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic TableReader(Pointer p)
Pointer(Pointer).@ByVal public TableResult Read()
@ByVal public TableFuture ReadAsync()
@ByVal public static TableReaderResult Make(@ByVal IOContext io_context, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::io::InputStream>"}) InputStream input, @Const @ByRef ReadOptions arg2, @Const @ByRef CsvParseOptions arg3, @Const @ByRef ConvertOptions arg4)
@Deprecated @ByVal public static TableReaderResult Make(MemoryPool pool, @ByVal IOContext io_context, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::io::InputStream>"}) InputStream input, @Const @ByRef ReadOptions arg3, @Const @ByRef CsvParseOptions arg4, @Const @ByRef ConvertOptions arg5)
Copyright © 2021. All rights reserved.