private static class RelDataTypeFactoryImpl.Key extends Object
| Modifier and Type | Field and Description |
|---|---|
private StructKind |
kind |
private List<String> |
names |
private List<RelDataType> |
types |
| Constructor and Description |
|---|
Key(StructKind kind,
List<String> names,
List<RelDataType> types) |
private final StructKind kind
private final List<RelDataType> types
Key(StructKind kind, List<String> names, List<RelDataType> types)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.