Package | Description |
---|---|
org.apache.orc.impl.filter |
Modifier and Type | Method and Description |
---|---|
void |
OrFilter.filter(OrcFilterContext fc,
Selected bound,
Selected selOut) |
void |
AndFilter.filter(OrcFilterContext fc,
Selected bound,
Selected selOut) |
void |
IsNotNullFilter.filter(OrcFilterContext fc,
Selected bound,
Selected selOut) |
void |
IsNullFilter.filter(OrcFilterContext fc,
Selected bound,
Selected selOut) |
void |
LeafFilter.filter(OrcFilterContext fc,
Selected bound,
Selected selOut) |
void |
VectorFilter.filter(OrcFilterContext fc,
Selected bound,
Selected selOut)
Filter the vectorized row batch that is wrapped into the FilterContext.
|
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.