public class ReaderOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReaderOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
long |
getBatchRawSize() |
int |
getBatchRowCount() |
org.apache.arrow.memory.BufferAllocator |
getBufferAllocator() |
CompressionCodec |
getCompressionCodec() |
DataFormat |
getDataFormat() |
EnvironmentSettings |
getSettings() |
boolean |
isReuseBatch() |
static ReaderOptions.Builder |
newBuilder() |
public int getBatchRowCount()
public long getBatchRawSize()
public org.apache.arrow.memory.BufferAllocator getBufferAllocator()
public boolean isReuseBatch()
public EnvironmentSettings getSettings()
public DataFormat getDataFormat()
public CompressionCodec getCompressionCodec()
public static ReaderOptions.Builder newBuilder()
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.