Uses of Class
org.apache.druid.data.input.impl.systemfield.SystemFieldDecoratorFactory
Packages that use SystemFieldDecoratorFactory
-
Uses of SystemFieldDecoratorFactory in org.apache.druid.data.input.impl
Constructors in org.apache.druid.data.input.impl with parameters of type SystemFieldDecoratorFactoryModifierConstructorDescriptionInputEntityIteratingReader(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 SystemFieldDecoratorFactoryModifier and TypeFieldDescriptionstatic final SystemFieldDecoratorFactorySystemFieldDecoratorFactory.NONEDecorator factory that does not generate system fields.Methods in org.apache.druid.data.input.impl.systemfield that return SystemFieldDecoratorFactoryModifier and TypeMethodDescriptionstatic SystemFieldDecoratorFactorySystemFieldDecoratorFactory.fromInputSource(SystemFieldInputSource source) Create a decorator factory for a givenSystemFieldInputSource.