Package | Description |
---|---|
org.bytedeco.arrow_dataset | |
org.bytedeco.arrow.global | |
org.bytedeco.parquet |
Modifier and Type | Method and Description |
---|---|
ReaderProperties |
ParquetFragmentScanOptions.reader_properties()
Reader properties.
|
ReaderProperties |
ParquetFragmentScanOptions.reader_properties()
Reader properties.
|
Modifier and Type | Method and Description |
---|---|
ParquetFragmentScanOptions |
ParquetFragmentScanOptions.reader_properties(ReaderProperties setter) |
ParquetFragmentScanOptions |
ParquetFragmentScanOptions.reader_properties(ReaderProperties setter) |
Constructor and Description |
---|
ParquetFileFormat(ReaderProperties reader_properties)
Convenience constructor which copies properties from a parquet::ReaderProperties.
|
ParquetFileFormat(ReaderProperties reader_properties)
Convenience constructor which copies properties from a parquet::ReaderProperties.
|
Modifier and Type | Method and Description |
---|---|
static ReaderProperties |
parquet.default_reader_properties() |
static ReaderProperties |
parquet.default_reader_properties() |
Modifier and Type | Method and Description |
---|---|
ReaderProperties |
ReaderProperties.getPointer(long i) |
ReaderProperties |
ReaderProperties.getPointer(long i) |
ReaderProperties |
ReaderProperties.position(long position) |
ReaderProperties |
ReaderProperties.position(long position) |
ReaderProperties |
RowGroupReader.Contents.properties() |
ReaderProperties |
RowGroupReader.Contents.properties() |
Modifier and Type | Method and Description |
---|---|
Status |
FileReaderBuilder.Open(RandomAccessFile file,
ReaderProperties properties,
FileMetaData metadata)
Create FileReaderBuilder from Arrow file and optional properties / metadata
|
static ParquetFileReader |
ParquetFileReader.Open(RandomAccessFile source,
ReaderProperties props,
FileMetaData metadata) |
static ParquetFileReader.Contents |
ParquetFileReader.Contents.Open(RandomAccessFile source,
ReaderProperties props,
FileMetaData metadata) |
static ParquetFileReader |
ParquetFileReader.Open(RandomAccessFile source,
ReaderProperties props,
FileMetaData metadata) |
static ParquetFileReader.Contents |
ParquetFileReader.Contents.Open(RandomAccessFile source,
ReaderProperties props,
FileMetaData metadata) |
Status |
FileReaderBuilder.Open(RandomAccessFile file,
ReaderProperties properties,
FileMetaData metadata)
Create FileReaderBuilder from Arrow file and optional properties / metadata
|
static ParquetFileReader |
ParquetFileReader.OpenFile(BytePointer path,
boolean memory_map,
ReaderProperties props,
FileMetaData metadata) |
static ParquetFileReader |
ParquetFileReader.OpenFile(BytePointer path,
boolean memory_map,
ReaderProperties props,
FileMetaData metadata) |
static ParquetFileReader |
ParquetFileReader.OpenFile(String path,
boolean memory_map,
ReaderProperties props,
FileMetaData metadata) |
static ParquetFileReader |
ParquetFileReader.OpenFile(String path,
boolean memory_map,
ReaderProperties props,
FileMetaData metadata) |
Copyright © 2022. All rights reserved.