public class ParquetRowGroupScan extends AbstractBase implements SubScan
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
ParquetRowGroupScan(StoragePluginRegistry registry,
String userName,
StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
LinkedList<RowGroupReadEntry> rowGroupReadEntries,
List<SchemaPath> columns,
String selectionRoot,
LogicalExpression filter) |
ParquetRowGroupScan(String userName,
ParquetFormatPlugin formatPlugin,
List<RowGroupReadEntry> rowGroupReadEntries,
List<SchemaPath> columns,
String selectionRoot,
LogicalExpression filter) |
| 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() |
StoragePluginConfig |
getEngineConfig() |
LogicalExpression |
getFilter() |
ParquetFormatConfig |
getFormatConfig() |
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
int |
getOperatorType() |
List<RowGroupReadEntry> |
getRowGroupReadEntries() |
String |
getSelectionRoot() |
ParquetFormatPlugin |
getStorageEngine() |
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, setOperatorIdacceptpublic ParquetRowGroupScan(StoragePluginRegistry registry, String userName, StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, LinkedList<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, String selectionRoot, LogicalExpression filter) throws ExecutionSetupException
ExecutionSetupExceptionpublic ParquetRowGroupScan(String userName, ParquetFormatPlugin formatPlugin, List<RowGroupReadEntry> rowGroupReadEntries, List<SchemaPath> columns, String selectionRoot, LogicalExpression filter)
public List<RowGroupReadEntry> getRowGroupReadEntries()
public StoragePluginConfig getEngineConfig()
public ParquetFormatConfig getFormatConfig()
public String getSelectionRoot()
public boolean isExecutable()
PhysicalOperatorisExecutable in interface PhysicalOperatorisExecutable in class AbstractBasepublic ParquetFormatPlugin getStorageEngine()
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 PhysicalOperator getNewWithChildren(List<PhysicalOperator> children) throws ExecutionSetupException
PhysicalOperatorgetNewWithChildren in interface PhysicalOperatorExecutionSetupExceptionpublic Iterator<PhysicalOperator> iterator()
iterator in interface Iterable<PhysicalOperator>public List<SchemaPath> getColumns()
public LogicalExpression getFilter()
public int getOperatorType()
getOperatorType in interface PhysicalOperatorCopyright © 2017 The Apache Software Foundation. All rights reserved.