public class FilterPushDownUtils extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.drill.exec.store.base.filter.FilterPushDownUtils.RelOpExtractor |
REL_OP_EXTRACTOR |
Constructor and Description |
---|
FilterPushDownUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isFilterPushDownPhase(PlannerPhase phase)
Filter push-down is best done during logical planning so that the result can
influence parallelization in the physical phase.
|
public static final org.apache.drill.exec.store.base.filter.FilterPushDownUtils.RelOpExtractor REL_OP_EXTRACTOR
public static boolean isFilterPushDownPhase(PlannerPhase phase)
Copyright © 1970 The Apache Software Foundation. All rights reserved.