public abstract class PrunerOperatorFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PrunerOperatorFactory.DefaultPruner
Default processor which just merges its children.
|
static class |
PrunerOperatorFactory.FilterPruner
Determines the partition pruner for the filter.
|
| Constructor and Description |
|---|
PrunerOperatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static NodeProcessor |
getDefaultProc()
Instantiate default processor.
|
public static final NodeProcessor getDefaultProc()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.