public class EnumerableSubScan extends AbstractSubScan
Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_TYPE |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
EnumerableSubScan(String code,
List<SchemaPath> columns,
Map<String,Integer> fieldsMap,
TupleMetadata schema,
String schemaPath,
ColumnConverterFactoryProvider converterFactoryProvider) |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
List<SchemaPath> |
getColumns() |
ColumnConverterFactoryProvider |
getConverterFactoryProvider() |
Map<String,Integer> |
getFieldsMap() |
String |
getOperatorType() |
TupleMetadata |
getSchema() |
String |
getSchemaPath() |
accept, accept, getNewWithChildren, getSVMode, isExecutable, iterator
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorId
forEach, spliterator
public static final String OPERATOR_TYPE
public EnumerableSubScan(String code, List<SchemaPath> columns, Map<String,Integer> fieldsMap, TupleMetadata schema, String schemaPath, ColumnConverterFactoryProvider converterFactoryProvider)
public String getOperatorType()
public TupleMetadata getSchema()
public String getCode()
public List<SchemaPath> getColumns()
public String getSchemaPath()
public ColumnConverterFactoryProvider getConverterFactoryProvider()
Copyright © 1970 The Apache Software Foundation. All rights reserved.