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 Summary
Nested classes/interfaces inherited from class org.apache.calcite.runtime.rtti.RuntimeTypeInformation
RuntimeTypeInformation.RuntimeSqlTypeName -
Constructor Summary
ConstructorsConstructorDescriptionGenericSqlTypeRtti(RuntimeTypeInformation.RuntimeSqlTypeName typeName, RuntimeTypeInformation... typeArguments) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetTypeArgument(int index) inthashCode()toString()Methods inherited from class org.apache.calcite.runtime.rtti.RuntimeTypeInformation
asGeneric, asPrimitive, createExpression, getTypeName, isScalar
-
Constructor Details
-
GenericSqlTypeRtti
public GenericSqlTypeRtti(RuntimeTypeInformation.RuntimeSqlTypeName typeName, RuntimeTypeInformation... typeArguments)
-
-
Method Details
-
getTypeString
- Specified by:
getTypeStringin classRuntimeTypeInformation
-
toString
-
equals
-
hashCode
public int hashCode() -
getTypeArgument
-
getArgumentCount
public int getArgumentCount()
-