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