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 ValueDefValueDef.UNKNOWNstatic final ValueDefValueDef.UNKNOWN_ARRAYMethods in org.apache.drill.exec.store.easy.json.parser that return ValueDefModifier and TypeMethodDescriptionstatic ValueDefValueDefFactory.arrayLookAhead(TokenIterator tokenizer) static ValueDefValueDefFactory.lookAhead(TokenIterator tokenizer)