Uses of Enum
org.apache.drill.exec.store.easy.json.parser.ValueDef.JsonType
Packages that use ValueDef.JsonType
Package
Description
-
Uses of ValueDef.JsonType in org.apache.drill.exec.store.easy.json.loader
Methods in org.apache.drill.exec.store.easy.json.loader with parameters of type ValueDef.JsonTypeModifier and TypeMethodDescriptionInferredFieldFactory.drillTypeFor(ValueDef.JsonType type) JsonLoaderImpl.unsupportedJsonTypeException(String key, ValueDef.JsonType jsonType) -
Uses of ValueDef.JsonType in org.apache.drill.exec.store.easy.json.parser
Methods in org.apache.drill.exec.store.easy.json.parser that return ValueDef.JsonTypeModifier and TypeMethodDescriptionstatic ValueDef.JsonTypeValueDef.jsonTypeFor(com.fasterxml.jackson.core.JsonToken token) ValueDef.type()static ValueDef.JsonTypeReturns the enum constant of this type with the specified name.static ValueDef.JsonType[]ValueDef.JsonType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.drill.exec.store.easy.json.parser with parameters of type ValueDef.JsonTypeModifierConstructorDescriptionValueDef(ValueDef.JsonType type) ValueDef(ValueDef.JsonType type, int dims)