| Package | Description |
|---|---|
| org.apache.druid.segment.join.filter |
| Modifier and Type | Method and Description |
|---|---|
JoinFilterPreAnalysisKey |
JoinFilterPreAnalysis.getKey() |
| Modifier and Type | Method and Description |
|---|---|
static JoinFilterPreAnalysis |
JoinFilterAnalyzer.computeJoinFilterPreAnalysis(JoinFilterPreAnalysisKey key)
Before making per-segment filter splitting decisions, we first do a pre-analysis step
where we convert the query filter (if any) into conjunctive normal form and then
determine the structure of RHS filter rewrites (if any), since this information is shared across all
per-segment operations.
|
| Constructor and Description |
|---|
Builder(JoinFilterPreAnalysisKey key,
List<VirtualColumn> postJoinVirtualColumns) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.