| Package | Description |
|---|---|
| org.apache.parquet.hadoop |
Provides classes to store use Parquet files in Hadoop
|
| org.apache.parquet.hadoop.rewrite |
| Modifier and Type | Method and Description |
|---|---|
static IndexCache.CacheStrategy |
IndexCache.CacheStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexCache.CacheStrategy[] |
IndexCache.CacheStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexCache |
IndexCache.create(ParquetFileReader fileReader,
Set<ColumnPath> columns,
IndexCache.CacheStrategy cacheStrategy,
boolean freeCacheAfterGet)
Create an index cache for the given file reader
|
| Modifier and Type | Method and Description |
|---|---|
IndexCache.CacheStrategy |
RewriteOptions.getIndexCacheStrategy() |
| Modifier and Type | Method and Description |
|---|---|
RewriteOptions.Builder |
RewriteOptions.Builder.indexCacheStrategy(IndexCache.CacheStrategy cacheStrategy)
Set the index(ColumnIndex, Offset and BloomFilter) cache strategy.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.