Class SystemFieldDecoratorFactory
java.lang.Object
org.apache.druid.data.input.impl.systemfield.SystemFieldDecoratorFactory
Decorator of
InputRow from an InputEntity.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SystemFieldDecoratorFactoryDecorator factory that does not generate system fields. -
Method Summary
Modifier and TypeMethodDescriptiondecorator(InputEntity entity) Create a decorator for the givenInputEntity.static SystemFieldDecoratorFactoryCreate a decorator factory for a givenSystemFieldInputSource.
-
Field Details
-
NONE
Decorator factory that does not generate system fields.
-
-
Method Details
-
fromInputSource
Create a decorator factory for a givenSystemFieldInputSource. -
decorator
Create a decorator for the givenInputEntity. AllInputRowfor a givenInputEntityhave the same value for allSystemField.
-