Uses of Class
org.apache.drill.exec.store.easy.json.parser.ValueDef
Packages that use ValueDef
Package
Description
-
Uses of ValueDef in org.apache.drill.exec.store.easy.json.loader
Methods in org.apache.drill.exec.store.easy.json.loader that return ValueDefModifier and TypeMethodDescriptionFieldDefn.lookahead()
Looks ahead to guess the field type based on JSON tokens.Methods in org.apache.drill.exec.store.easy.json.loader with parameters of type ValueDefModifier and TypeMethodDescriptionJsonLoaderImpl.typeConversionError
(ColumnMetadata schema, ValueDef valueDef) -
Uses of ValueDef in org.apache.drill.exec.store.easy.json.parser
Fields in org.apache.drill.exec.store.easy.json.parser declared as ValueDefModifier and TypeFieldDescriptionstatic final ValueDef
ValueDef.UNKNOWN
static final ValueDef
ValueDef.UNKNOWN_ARRAY
Methods in org.apache.drill.exec.store.easy.json.parser that return ValueDefModifier and TypeMethodDescriptionstatic ValueDef
ValueDefFactory.arrayLookAhead
(TokenIterator tokenizer) static ValueDef
ValueDefFactory.lookAhead
(TokenIterator tokenizer)