Uses of Interface
org.apache.druid.data.input.InputRow
-
-
Uses of InputRow in org.apache.druid.data.input
Classes in org.apache.druid.data.input that implement InputRow Modifier and Type Class Description classListBasedInputRowInput row backed by aList.classMapBasedInputRowMethods in org.apache.druid.data.input that return InputRow Modifier and Type Method Description InputRowHandlingInputRowIterator. next()InputRowFirehose. nextRow()Deprecated.The next row available.static InputRowListBasedInputRow. parse(RowSignature signature, TimestampSpec timestampSpec, List<String> dimensions, List<Object> data)Create a row and parse a timestamp.Methods in org.apache.druid.data.input that return types with arguments of type InputRow Modifier and Type Method Description Function<InputRow,Object>ListBasedInputRowAdapter. columnFunction(String columnName)default RowAdapter<InputRow>InputFormat. createRowAdapter(InputRowSchema inputRowSchema)Returns an adapter that can read the rows fromInputFormat.createReader(InputRowSchema, InputEntity, File), given a particularInputRowSchema.List<InputRow>InputRowListPlusRawValues. getInputRows()protected abstract List<InputRow>IntermediateRowParsingReader. parseInputRows(T intermediateRow)Parses the given intermediate row into a list ofInputRows.abstract List<InputRow>TextReader. parseInputRows(T intermediateRow)Parses the given line into a list ofInputRows.CloseableIterator<InputRow>InputEntityReader. read()default CloseableIterator<InputRow>InputSourceReader. read()CloseableIterator<InputRow>InputSourceReader. read(InputStats inputStats)CloseableIterator<InputRow>IntermediateRowParsingReader. read()default RowAdapter<InputRow>InputSourceReader. rowAdapter()Returns an adapter that can be used to read the rows fromInputSourceReader.read().ToLongFunction<InputRow>ListBasedInputRowAdapter. timestampFunction()Methods in org.apache.druid.data.input with parameters of type InputRow Modifier and Type Method Description booleanHandlingInputRowIterator.InputRowHandler. handle(InputRow inputRow)static InputRowListPlusRawValuesInputRowListPlusRawValues. of(InputRow inputRow, Map<String,Object> rawColumns)static List<Object>Rows. toGroupKey(long timeStamp, InputRow inputRow)Method parameters in org.apache.druid.data.input with type arguments of type InputRow Modifier and Type Method Description static InputRowListPlusRawValuesInputRowListPlusRawValues. of(List<InputRow> inputRows, Map<String,Object> rawColumns)Constructor parameters in org.apache.druid.data.input with type arguments of type InputRow Constructor Description HandlingInputRowIterator(CloseableIterator<InputRow> inputRowIterator, List<HandlingInputRowIterator.InputRowHandler> inputRowHandlers) -
Uses of InputRow in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return InputRow Modifier and Type Method Description default InputRowInputRowParser. parse(T input)Deprecated.static InputRowMapInputRowParser. parse(TimestampSpec timestampSpec, List<String> dimensions, Map<String,Object> theMap)static InputRowMapInputRowParser. parse(InputRowSchema inputRowSchema, Map<String,Object> theMap)InputRowStringInputRowParser. parse(String input)Methods in org.apache.druid.data.input.impl that return types with arguments of type InputRow Modifier and Type Method Description RowAdapter<InputRow>FlatTextInputFormat. createRowAdapter(InputRowSchema inputRowSchema)default @NotNull List<InputRow>InputRowParser. parseBatch(T input)Deprecated.Parse an input into list ofInputRow.List<InputRow>MapInputRowParser. parseBatch(Map<String,Object> theMap)List<InputRow>NoopInputRowParser. parseBatch(InputRow input)List<InputRow>StringInputRowParser. parseBatch(ByteBuffer input)List<InputRow>DelimitedValueReader. parseInputRows(byte[] line)List<InputRow>JsonLineReader. parseInputRows(byte[] line)protected List<InputRow>JsonNodeReader. parseInputRows(com.fasterxml.jackson.databind.JsonNode intermediateRow)protected List<InputRow>JsonReader. parseInputRows(InputEntity entity)List<InputRow>RegexReader. parseInputRows(String intermediateRow)CloseableIterator<InputRow>InputEntityIteratingReader. read(InputStats inputStats)CloseableIterator<InputRow>TimedShutoffInputSourceReader. read(InputStats inputStats)RowAdapter<InputRow>InputEntityIteratingReader. rowAdapter()RowAdapter<InputRow>TimedShutoffInputSourceReader. rowAdapter()Methods in org.apache.druid.data.input.impl with parameters of type InputRow Modifier and Type Method Description List<InputRow>NoopInputRowParser. parseBatch(InputRow input) -
Uses of InputRow in org.apache.druid.data.input.impl.systemfield
Methods in org.apache.druid.data.input.impl.systemfield that return types with arguments of type InputRow Modifier and Type Method Description Function<InputRow,InputRow>SystemFieldDecoratorFactory. decorator(InputEntity entity)Create a decorator for the givenInputEntity.Function<InputRow,InputRow>SystemFieldDecoratorFactory. decorator(InputEntity entity)Create a decorator for the givenInputEntity. -
Uses of InputRow in org.apache.druid.segment.generator
Methods in org.apache.druid.segment.generator that return InputRow Modifier and Type Method Description InputRowDataGenerator. nextRow()Methods in org.apache.druid.segment.generator that return types with arguments of type InputRow Modifier and Type Method Description List<InputRow>DataGenerator. toList(int numOfRows)Put rows from this generator to a list.Method parameters in org.apache.druid.segment.generator with type arguments of type InputRow Modifier and Type Method Description static voidDataGenerator. addStreamToIndex(Stream<InputRow> stream, IncrementalIndex index)Add rows from any generator to an index. -
Uses of InputRow in org.apache.druid.segment.incremental
Methods in org.apache.druid.segment.incremental that return InputRow Modifier and Type Method Description InputRowSpatialDimensionRowTransformer. apply(InputRow row)InputRowIncrementalIndex. formatRow(InputRow row)InputRowIncrementalIndex.InputRowHolder. getRow()Methods in org.apache.druid.segment.incremental with parameters of type InputRow Modifier and Type Method Description IncrementalIndexAddResultIncrementalIndex. add(InputRow row)Adds a new row.IncrementalIndexAddResultIncrementalIndex. add(InputRow row, boolean skipMaxRowsInMemoryCheck)Adds a new row.InputRowSpatialDimensionRowTransformer. apply(InputRow row)InputRowIncrementalIndex. formatRow(InputRow row)static ParseExceptionIncrementalIndex. getCombinedParseException(InputRow row, List<String> dimParseExceptionMessages, List<String> aggParseExceptionMessages)voidIncrementalIndex.InputRowHolder. set(InputRow row) -
Uses of InputRow in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde with parameters of type InputRow Modifier and Type Method Description TComplexMetricExtractor. extractValue(InputRow inputRow, String metricName)default TComplexMetricExtractor. extractValue(InputRow inputRow, String metricName, AggregatorFactory agg) -
Uses of InputRow in org.apache.druid.segment.transform
Classes in org.apache.druid.segment.transform that implement InputRow Modifier and Type Class Description classTransformedInputRowMethods in org.apache.druid.segment.transform that return InputRow Modifier and Type Method Description InputRowTransformedInputRow. getBaseRow()InputRowTransformingStringInputRowParser. parse(String input)InputRowTransformer. transform(InputRow row)Transforms an input row, or returns null if the row should be filtered out.Methods in org.apache.druid.segment.transform that return types with arguments of type InputRow Modifier and Type Method Description List<InputRow>TransformingInputRowParser. parseBatch(T row)List<InputRow>TransformingStringInputRowParser. parseBatch(ByteBuffer input)CloseableIterator<InputRow>TransformingInputEntityReader. read()CloseableIterator<InputRow>TransformingInputSourceReader. read(InputStats inputStats)Methods in org.apache.druid.segment.transform with parameters of type InputRow Modifier and Type Method Description InputRowTransformer. transform(InputRow row)Transforms an input row, or returns null if the row should be filtered out.Constructors in org.apache.druid.segment.transform with parameters of type InputRow Constructor Description TransformedInputRow(InputRow row, Map<String,RowFunction> transforms) -
Uses of InputRow in org.apache.druid.timeline.partition
Methods in org.apache.druid.timeline.partition with parameters of type InputRow Modifier and Type Method Description static List<Object>HashPartitioner. extractKeys(List<String> partitionDimensions, long timestamp, InputRow inputRow)protected static StringTupleBaseDimensionRangeShardSpec. getInputRowTuple(List<String> dimensions, InputRow inputRow)ShardSpecShardSpecLookup. getShardSpec(long timestamp, InputRow row)Returns aShardSpecfor the given timestamp and the inputRow.
-