Package org.apache.calcite.linq4j.tree
Class Types.MapType
java.lang.Object
org.apache.calcite.linq4j.tree.Types.MapType
- All Implemented Interfaces:
Type
- Enclosing class:
Types
Map type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of keys.Returns the type of values.booleanReturns whether keys may be null.booleanReturns whether values may be null.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.reflect.Type
getTypeName
-
Constructor Details
-
MapType
-
-
Method Details
-
getKeyType
Returns the type of keys. -
keyIsNullable
public boolean keyIsNullable()Returns whether keys may be null. -
getValueType
Returns the type of values. -
valueIsNullable
public boolean valueIsNullable()Returns whether values may be null.
-