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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of keys.Returns the type of values.boolean
Returns whether keys may be null.boolean
Returns whether values may be null.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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.
-