Package | Description |
---|---|
org.apache.paimon.fileindex | |
org.apache.paimon.fileindex.empty | |
org.apache.paimon.format.orc.filter | |
org.apache.paimon.predicate |
Modifier and Type | Class and Description |
---|---|
class |
FileIndexReader
Read file index from serialized bytes.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyFileIndexReader
Empty file index which has no writer and no serialized bytes.
|
Modifier and Type | Class and Description |
---|---|
class |
OrcPredicateFunctionVisitor
Convert
Predicate to OrcFilters.Predicate for orc. |
Modifier and Type | Interface and Description |
---|---|
interface |
FunctionVisitor<T>
A
PredicateVisitor to visit functions. |
interface |
PredicateReplaceVisitor
A
PredicateVisitor to replace Predicate . |
Modifier and Type | Class and Description |
---|---|
class |
LeafPredicateExtractor
Extract leaf predicate for field names.
|
class |
OnlyPartitionKeyEqualVisitor
Visit the predicate and check if it only contains partition keys and can be push down.
|
class |
PartitionPredicateVisitor
Visit the predicate and check if it only contains partition key's predicate.
|
class |
PredicateProjectionConverter
A
PredicateVisitor which converts Predicate with projection. |
Modifier and Type | Method and Description |
---|---|
<T> T |
CompoundPredicate.visit(PredicateVisitor<T> visitor) |
<T> T |
Predicate.visit(PredicateVisitor<T> visitor) |
<T> T |
LeafPredicate.visit(PredicateVisitor<T> visitor) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.