@Namespace(value="arrow::csv") @Properties(inherit=arrow.class) public class StreamingReader extends RecordBatchReader
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
StreamingReader(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamingReaderResult |
Make(IOContext io_context,
InputStream input,
ReadOptions arg2,
CsvParseOptions arg3,
ConvertOptions arg4)
Create a StreamingReader instance
|
static StreamingReaderResult |
Make(MemoryPool pool,
InputStream input,
ReadOptions read_options,
CsvParseOptions parse_options,
ConvertOptions convert_options)
Deprecated.
|
Make, Make, Next, ReadAll, ReadAll, ReadNext, 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, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic StreamingReader(Pointer p)
Pointer(Pointer).@ByVal public static StreamingReaderResult 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 StreamingReaderResult Make(MemoryPool pool, @SharedPtr @Cast(value={"","std::shared_ptr<arrow::io::InputStream>"}) InputStream input, @Const @ByRef ReadOptions read_options, @Const @ByRef CsvParseOptions parse_options, @Const @ByRef ConvertOptions convert_options)
Copyright © 2021. All rights reserved.