Uses of Interface
org.apache.drill.exec.store.easy.json.loader.FieldFactory
Package
Description
Provides parsing for Mongo extended types which are generally of the form
{ "$type": value }
.-
Uses of FieldFactory in org.apache.drill.exec.store.easy.json.extended
ModifierConstructorDescriptionExtendedTypeFieldFactory
(JsonLoaderImpl loader, FieldFactory child) -
Uses of FieldFactory in org.apache.drill.exec.store.easy.json.loader
Modifier and TypeClassDescriptionclass
Base field factor class which handles the common tasks for building column writers and JSON listeners.class
Create Drill field listeners based on the observed look-ahead tokens in JSON.class
Create a Drill field listener based on a provided schema.Modifier and TypeMethodDescriptionJsonLoaderImpl.fieldFactory()
protected FieldFactory
TupleParser.fieldFactory()
ModifierConstructorDescriptionBaseFieldFactory
(JsonLoaderImpl loader, FieldFactory child) ProvidedFieldFactory
(JsonLoaderImpl loader, FieldFactory child)