public class LeafFilterFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER_PREDICATE_CONVERSION_NOT_SUPPORTED |
| Constructor and Description |
|---|
LeafFilterFactory() |
| Modifier and Type | Method and Description |
|---|---|
FilterPredicateLeafBuilder |
getLeafFilterBuilderByType(PredicateLeaf.Type type,
org.apache.parquet.schema.Type parquetType)
get leaf filter builder by FilterPredicateType, currently date, decimal and timestamp is not
supported yet.
|
public static final String FILTER_PREDICATE_CONVERSION_NOT_SUPPORTED
public FilterPredicateLeafBuilder getLeafFilterBuilderByType(PredicateLeaf.Type type, org.apache.parquet.schema.Type parquetType) throws HiveException
type - FilterPredicateTypeHiveException - Exception is thrown for unsupported data types so we can skip filteringCopyright © 2024 The Apache Software Foundation. All rights reserved.