public class KuduSubScan extends AbstractBase implements SubScan
Modifier and Type | Class and Description |
---|---|
static class |
KuduSubScan.KuduSubScanSpec |
Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_TYPE |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
KuduSubScan(KuduStoragePlugin plugin,
List<KuduSubScan.KuduSubScanSpec> tabletInfoList,
List<SchemaPath> columns) |
KuduSubScan(StoragePluginRegistry registry,
KuduStoragePluginConfig kuduStoragePluginConfig,
LinkedList<KuduSubScan.KuduSubScanSpec> tabletScanSpecList,
List<SchemaPath> columns) |
Modifier and Type | Method and Description |
---|---|
<T,X,E extends Throwable> |
accept(PhysicalVisitor<T,X,E> physicalVisitor,
X value)
Provides capability to build a set of output based on traversing a query graph tree.
|
List<SchemaPath> |
getColumns() |
KuduStoragePluginConfig |
getKuduStoragePluginConfig() |
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
String |
getOperatorType() |
KuduStoragePlugin |
getStorageEngine() |
List<KuduSubScan.KuduSubScanSpec> |
getTabletScanSpecList() |
boolean |
isExecutable()
Describes whether or not a particular physical operator can actually be executed.
|
Iterator<PhysicalOperator> |
iterator() |
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
accept
forEach, spliterator
public static final String OPERATOR_TYPE
public KuduSubScan(StoragePluginRegistry registry, KuduStoragePluginConfig kuduStoragePluginConfig, LinkedList<KuduSubScan.KuduSubScanSpec> tabletScanSpecList, List<SchemaPath> columns) throws ExecutionSetupException
ExecutionSetupException
public KuduSubScan(KuduStoragePlugin plugin, List<KuduSubScan.KuduSubScanSpec> tabletInfoList, List<SchemaPath> columns)
public KuduStoragePluginConfig getKuduStoragePluginConfig()
public List<KuduSubScan.KuduSubScanSpec> getTabletScanSpecList()
public List<SchemaPath> getColumns()
public boolean isExecutable()
PhysicalOperator
isExecutable
in interface PhysicalOperator
isExecutable
in class AbstractBase
public KuduStoragePlugin getStorageEngine()
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperator
accept
in interface PhysicalOperator
E extends Throwable
public PhysicalOperator getNewWithChildren(List<PhysicalOperator> children)
PhysicalOperator
getNewWithChildren
in interface PhysicalOperator
public Iterator<PhysicalOperator> iterator()
iterator
in interface Iterable<PhysicalOperator>
public String getOperatorType()
getOperatorType
in interface PhysicalOperator
Copyright © 1970 The Apache Software Foundation. All rights reserved.