public abstract class DynamicRecordType extends RelDataTypeImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
DYNAMIC_STAR_PREFIX |
digest, fieldListPRECISION_NOT_SPECIFIED, SCALE_NOT_SPECIFIED| Constructor and Description |
|---|
DynamicRecordType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDynamicStarColName(String name)
Returns true if the column name starts with DYNAMIC_STAR_PREFIX.
|
boolean |
isDynamicStruct() |
computeDigest, equals, extra, generateTypeString, getCharset, getCollation, getComparability, getComponentType, getFamily, getField, getFieldCount, getFieldList, getFieldNames, getFullTypeString, getIntervalQualifier, getKeyType, getPrecedenceList, getPrecision, getScale, getSqlIdentifier, getSqlTypeName, getStructKind, getValueType, hashCode, isNullable, isStruct, proto, proto, proto, proto, toStringpublic static final String DYNAMIC_STAR_PREFIX
public boolean isDynamicStruct()
isDynamicStruct in interface RelDataTypeisDynamicStruct in class RelDataTypeImplpublic static boolean isDynamicStarColName(String name)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.