Package org.apache.calcite.runtime.rtti
Class GenericSqlTypeRtti
java.lang.Object
org.apache.calcite.runtime.rtti.RuntimeTypeInformation
org.apache.calcite.runtime.rtti.GenericSqlTypeRtti
Runtime type information which contains some type parameters.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.calcite.runtime.rtti.RuntimeTypeInformationRuntimeTypeInformation.RuntimeSqlTypeName
- 
Constructor SummaryConstructorsConstructorDescriptionGenericSqlTypeRtti(RuntimeTypeInformation.RuntimeSqlTypeName typeName, RuntimeTypeInformation... typeArguments) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintgetTypeArgument(int index) inthashCode()toString()Methods inherited from class org.apache.calcite.runtime.rtti.RuntimeTypeInformationasGeneric, asPrimitive, createExpression, getTypeName, isScalar
- 
Constructor Details- 
GenericSqlTypeRttipublic GenericSqlTypeRtti(RuntimeTypeInformation.RuntimeSqlTypeName typeName, RuntimeTypeInformation... typeArguments) 
 
- 
- 
Method Details- 
getTypeString- Specified by:
- getTypeStringin class- RuntimeTypeInformation
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
getTypeArgument
- 
getArgumentCountpublic int getArgumentCount()
 
-