public static class IoPlanPrinter.IoPlan extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
IoPlanPrinter.IoPlan.IoPlanBuilder |
static class |
IoPlanPrinter.IoPlan.TableColumnInfo |
| Constructor and Description |
|---|
IoPlan(Set<IoPlanPrinter.IoPlan.TableColumnInfo> inputTableColumnInfos,
Optional<CatalogSchemaTableName> outputTable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Set<IoPlanPrinter.IoPlan.TableColumnInfo> |
getInputTableColumnInfos() |
Optional<CatalogSchemaTableName> |
getOutputTable() |
int |
hashCode() |
String |
toString() |
public IoPlan(Set<IoPlanPrinter.IoPlan.TableColumnInfo> inputTableColumnInfos, Optional<CatalogSchemaTableName> outputTable)
public Set<IoPlanPrinter.IoPlan.TableColumnInfo> getInputTableColumnInfos()
public Optional<CatalogSchemaTableName> getOutputTable()
Copyright © 2012–2019. All rights reserved.