| Package | Description | 
|---|---|
| org.apache.orc.impl.filter | |
| org.apache.orc.impl.filter.leaf | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndFilter | 
| class  | IsNotNullFilter | 
| class  | IsNullFilter | 
| class  | LeafFilter | 
| class  | OrFilter | 
| Modifier and Type | Field and Description | 
|---|---|
| VectorFilter[] | OrFilter. filters | 
| VectorFilter[] | AndFilter. filters | 
| Modifier and Type | Method and Description | 
|---|---|
| static VectorFilter | FilterFactory. createSArgFilter(ExpressionTree expr,
                Set<String> colIds,
                List<PredicateLeaf> leaves,
                TypeDescription readSchema,
                boolean isSchemaCaseAware,
                OrcFile.Version version) | 
| Constructor and Description | 
|---|
| AndFilter(VectorFilter[] filters) | 
| OrFilter(VectorFilter[] filters) | 
| Modifier and Type | Method and Description | 
|---|---|
| static VectorFilter | LeafFilterFactory. createLeafVectorFilter(PredicateLeaf leaf,
                      Set<String> colIds,
                      TypeDescription readSchema,
                      boolean isSchemaCaseAware,
                      OrcFile.Version version,
                      boolean negated) | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.