private static class DruidTable.MapRelProtoDataType extends Object implements RelProtoDataType
RelDataType from a map of
field names and types.| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableMap<String,SqlTypeName> |
fields |
| Constructor and Description |
|---|
MapRelProtoDataType(com.google.common.collect.ImmutableMap<String,SqlTypeName> fields) |
| Modifier and Type | Method and Description |
|---|---|
RelDataType |
apply(RelDataTypeFactory typeFactory) |
private final com.google.common.collect.ImmutableMap<String,SqlTypeName> fields
MapRelProtoDataType(com.google.common.collect.ImmutableMap<String,SqlTypeName> fields)
public RelDataType apply(RelDataTypeFactory typeFactory)
apply in interface Function1<RelDataTypeFactory,RelDataType>Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.