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 TypeMethodDescriptionboolean
int
getTypeArgument
(int index) int
hashCode()
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:
getTypeString
in classRuntimeTypeInformation
-
toString
-
equals
-
hashCode
public int hashCode() -
getTypeArgument
-
getArgumentCount
public int getArgumentCount()
-