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