public class OpenTSDBSubScan extends AbstractBase implements SubScan
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenTSDBSubScan.OpenTSDBSubScanSpec |
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
OpenTSDBStoragePluginConfig |
storage |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
OpenTSDBSubScan(OpenTSDBStoragePlugin plugin,
OpenTSDBStoragePluginConfig config,
List<OpenTSDBSubScan.OpenTSDBSubScanSpec> tabletInfoList,
List<SchemaPath> columns) |
OpenTSDBSubScan(StoragePluginRegistry registry,
OpenTSDBStoragePluginConfig storage,
LinkedList<OpenTSDBSubScan.OpenTSDBSubScanSpec> 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() |
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
String |
getOperatorType() |
OpenTSDBStoragePluginConfig |
getStorageConfig() |
OpenTSDBStoragePlugin |
getStorageEngine() |
List<OpenTSDBSubScan.OpenTSDBSubScanSpec> |
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, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorIdacceptforEach, spliteratorpublic static final String OPERATOR_TYPE
public final OpenTSDBStoragePluginConfig storage
public OpenTSDBSubScan(StoragePluginRegistry registry, OpenTSDBStoragePluginConfig storage, LinkedList<OpenTSDBSubScan.OpenTSDBSubScanSpec> tabletScanSpecList, List<SchemaPath> columns) throws ExecutionSetupException
ExecutionSetupExceptionpublic OpenTSDBSubScan(OpenTSDBStoragePlugin plugin, OpenTSDBStoragePluginConfig config, List<OpenTSDBSubScan.OpenTSDBSubScanSpec> tabletInfoList, List<SchemaPath> columns)
public String getOperatorType()
getOperatorType in interface PhysicalOperatorpublic boolean isExecutable()
PhysicalOperatorisExecutable in interface PhysicalOperatorisExecutable in class AbstractBasepublic PhysicalOperator getNewWithChildren(List<PhysicalOperator> children) throws ExecutionSetupException
PhysicalOperatorgetNewWithChildren in interface PhysicalOperatorExecutionSetupExceptionpublic Iterator<PhysicalOperator> iterator()
iterator in interface Iterable<PhysicalOperator>public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatoraccept in interface PhysicalOperatorE extends Throwablepublic List<SchemaPath> getColumns()
public List<OpenTSDBSubScan.OpenTSDBSubScanSpec> getTabletScanSpecList()
public OpenTSDBStoragePlugin getStorageEngine()
public OpenTSDBStoragePluginConfig getStorageConfig()
Copyright © 2021 The Apache Software Foundation. All rights reserved.