public static interface RelDataTypeFactory.FieldInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getFieldCount()
Returns the number of fields.
|
String |
getFieldName(int index)
Returns the name of a given field.
|
RelDataType |
getFieldType(int index)
Returns the type of a given field.
|
int getFieldCount()
String getFieldName(int index)
index - Ordinal of fieldRelDataType getFieldType(int index)
index - Ordinal of fieldCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.