public static class RelOptUtil.TypeDumper extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
extraIndent |
private String |
indent |
private PrintWriter |
pw |
| Constructor and Description |
|---|
TypeDumper(PrintWriter pw) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
accept(RelDataType type) |
private void |
acceptFields(List<RelDataTypeField> fields) |
private final String extraIndent
private String indent
private final PrintWriter pw
TypeDumper(PrintWriter pw)
void accept(RelDataType type)
private void acceptFields(List<RelDataTypeField> fields)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.