| 程序包 | 说明 |
|---|---|
| org.apache.paimon.fileindex | |
| org.apache.paimon.fileindex.empty | |
| org.apache.paimon.predicate |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FileIndexReader
Read file index from serialized bytes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
EmptyFileIndexReader
Empty file index which has no writer and no serialized bytes.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
FunctionVisitor<T>
A
PredicateVisitor to visit functions. |
interface |
PredicateReplaceVisitor
A
PredicateVisitor to replace Predicate. |
| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
LeafPredicate.visit(PredicateVisitor<T> visitor) |
<T> T |
CompoundPredicate.visit(PredicateVisitor<T> visitor) |
<T> T |
Predicate.visit(PredicateVisitor<T> visitor) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.