Uses of Class
org.apache.druid.data.input.impl.systemfield.SystemFieldDecoratorFactory
-
Packages that use SystemFieldDecoratorFactory Package Description org.apache.druid.data.input.impl org.apache.druid.data.input.impl.systemfield -
-
Uses of SystemFieldDecoratorFactory in org.apache.druid.data.input.impl
Constructors in org.apache.druid.data.input.impl with parameters of type SystemFieldDecoratorFactory Constructor Description InputEntityIteratingReader(InputRowSchema inputRowSchema, InputFormat inputFormat, CloseableIterator<? extends InputEntity> sourceIterator, SystemFieldDecoratorFactory systemFieldDecoratorFactory, File temporaryDirectory) -
Uses of SystemFieldDecoratorFactory in org.apache.druid.data.input.impl.systemfield
Fields in org.apache.druid.data.input.impl.systemfield declared as SystemFieldDecoratorFactory Modifier and Type Field Description static SystemFieldDecoratorFactorySystemFieldDecoratorFactory. NONEDecorator factory that does not generate system fields.Methods in org.apache.druid.data.input.impl.systemfield that return SystemFieldDecoratorFactory Modifier and Type Method Description static SystemFieldDecoratorFactorySystemFieldDecoratorFactory. fromInputSource(SystemFieldInputSource source)Create a decorator factory for a givenSystemFieldInputSource.
-