Uses of Interface
org.apache.druid.data.input.impl.InputRowParser
-
Packages that use InputRowParser Package Description org.apache.druid.data.input org.apache.druid.data.input.impl org.apache.druid.segment.incremental org.apache.druid.segment.transform -
-
Uses of InputRowParser in org.apache.druid.data.input
Classes in org.apache.druid.data.input with type parameters of type InputRowParser Modifier and Type Interface Description interfaceFirehoseFactory<T extends InputRowParser>Deprecated.Subinterfaces of InputRowParser in org.apache.druid.data.input Modifier and Type Interface Description interfaceByteBufferInputRowParser -
Uses of InputRowParser in org.apache.druid.data.input.impl
Classes in org.apache.druid.data.input.impl that implement InputRowParser Modifier and Type Class Description classMapInputRowParserclassNoopInputRowParserclassStringInputRowParserMethods in org.apache.druid.data.input.impl that return InputRowParser Modifier and Type Method Description InputRowParserInputRowParser. withParseSpec(ParseSpec parseSpec)Deprecated.InputRowParserMapInputRowParser. withParseSpec(ParseSpec parseSpec)InputRowParserNoopInputRowParser. withParseSpec(ParseSpec parseSpec) -
Uses of InputRowParser in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental with parameters of type InputRowParser Modifier and Type Method Description IncrementalIndexSchema.BuilderIncrementalIndexSchema.Builder. withDimensionsSpec(InputRowParser parser)Deprecated. -
Uses of InputRowParser in org.apache.druid.segment.transform
Classes in org.apache.druid.segment.transform that implement InputRowParser Modifier and Type Class Description classTransformingInputRowParser<T>classTransformingStringInputRowParserMethods in org.apache.druid.segment.transform that return InputRowParser Modifier and Type Method Description <T> InputRowParser<T>TransformSpec. decorate(InputRowParser<T> parser)InputRowParser<T>TransformingInputRowParser. withParseSpec(ParseSpec parseSpec)Methods in org.apache.druid.segment.transform with parameters of type InputRowParser Modifier and Type Method Description <T> InputRowParser<T>TransformSpec. decorate(InputRowParser<T> parser)Constructors in org.apache.druid.segment.transform with parameters of type InputRowParser Constructor Description TransformingInputRowParser(InputRowParser<T> parser, TransformSpec transformSpec)
-