public class SplunkSubScan extends AbstractBase implements SubScan
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
SplunkSubScan(SplunkPluginConfig config,
SplunkScanSpec splunkScanSpec,
List<SchemaPath> columns,
Map<String,ExprNode.ColRelOpConstNode> filters,
int maxRecords) |
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.
|
boolean |
equals(Object obj) |
List<SchemaPath> |
getColumns() |
SplunkPluginConfig |
getConfig() |
Map<String,ExprNode.ColRelOpConstNode> |
getFilters() |
int |
getMaxRecords() |
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
String |
getOperatorType() |
SplunkScanSpec |
getScanSpec() |
int |
hashCode() |
Iterator<PhysicalOperator> |
iterator() |
String |
toString() |
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
accept
forEach, spliterator
public SplunkSubScan(SplunkPluginConfig config, SplunkScanSpec splunkScanSpec, List<SchemaPath> columns, Map<String,ExprNode.ColRelOpConstNode> filters, int maxRecords)
public SplunkPluginConfig getConfig()
public SplunkScanSpec getScanSpec()
public List<SchemaPath> getColumns()
public Map<String,ExprNode.ColRelOpConstNode> getFilters()
public int getMaxRecords()
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.