Uses of Package
org.apache.drill.common.map
Packages that use org.apache.drill.common.map
Package
Description
-
Classes in org.apache.drill.common.map used by org.apache.drill.common.mapClassDescriptionA special type of
Map
withString
s as keys, and the case of a key is ignored for operations involving keys likeCaseInsensitiveMap.put(java.lang.String, VALUE)
,CaseInsensitiveMap.get(java.lang.Object)
, etc. -
Classes in org.apache.drill.common.map used by org.apache.drill.exec.physical.impl.joinClassDescriptionA special type of
Map
withString
s as keys, and the case of a key is ignored for operations involving keys likeCaseInsensitiveMap.put(java.lang.String, VALUE)
,CaseInsensitiveMap.get(java.lang.Object)
, etc. -
Classes in org.apache.drill.common.map used by org.apache.drill.exec.serverClassDescriptionA special type of
Map
withString
s as keys, and the case of a key is ignored for operations involving keys likeCaseInsensitiveMap.put(java.lang.String, VALUE)
,CaseInsensitiveMap.get(java.lang.Object)
, etc. -
Classes in org.apache.drill.common.map used by org.apache.drill.exec.server.optionsClassDescriptionA special type of
Map
withString
s as keys, and the case of a key is ignored for operations involving keys likeCaseInsensitiveMap.put(java.lang.String, VALUE)
,CaseInsensitiveMap.get(java.lang.Object)
, etc.