Uses of Class
org.apache.druid.data.input.InputRowListPlusRawValues
-
Packages that use InputRowListPlusRawValues Package Description org.apache.druid.data.input org.apache.druid.data.input.impl org.apache.druid.segment.transform -
-
Uses of InputRowListPlusRawValues in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return InputRowListPlusRawValues Modifier and Type Method Description default InputRowListPlusRawValuesFirehose. nextRowWithRaw()Deprecated.static InputRowListPlusRawValuesInputRowListPlusRawValues. of(List<InputRow> inputRows, Map<String,Object> rawColumns)static InputRowListPlusRawValuesInputRowListPlusRawValues. of(Map<String,Object> rawColumns, ParseException parseException)static InputRowListPlusRawValuesInputRowListPlusRawValues. of(InputRow inputRow, Map<String,Object> rawColumns)static InputRowListPlusRawValuesInputRowListPlusRawValues. ofList(List<Map<String,Object>> rawColumnsList, List<InputRow> inputRows)Create an instance ofInputRowListPlusRawValuesMake sure the size of given rawColumnsList and inputRows are the same if both of them are not nullstatic InputRowListPlusRawValuesInputRowListPlusRawValues. ofList(List<Map<String,Object>> rawColumnsList, List<InputRow> inputRows, ParseException parseException)Create an instance ofInputRowListPlusRawValuesMake sure the size of given rawColumnsList and inputRows are the same if both of them are not nullstatic InputRowListPlusRawValuesInputRowListPlusRawValues. ofList(List<Map<String,Object>> rawColumnsList, ParseException parseException)Methods in org.apache.druid.data.input that return types with arguments of type InputRowListPlusRawValues Modifier and Type Method Description CloseableIterator<InputRowListPlusRawValues>InputEntityReader. sample()CloseableIterator<InputRowListPlusRawValues>InputSourceReader. sample()CloseableIterator<InputRowListPlusRawValues>IntermediateRowParsingReader. sample() -
Uses of InputRowListPlusRawValues in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return types with arguments of type InputRowListPlusRawValues Modifier and Type Method Description CloseableIterator<InputRowListPlusRawValues>InputEntityIteratingReader. sample()CloseableIterator<InputRowListPlusRawValues>TimedShutoffInputSourceReader. sample() -
Uses of InputRowListPlusRawValues in org.apache.druid.segment.transform
Methods in org.apache.druid.segment.transform that return InputRowListPlusRawValues Modifier and Type Method Description InputRowListPlusRawValuesTransformer. transform(InputRowListPlusRawValues row)Methods in org.apache.druid.segment.transform that return types with arguments of type InputRowListPlusRawValues Modifier and Type Method Description CloseableIterator<InputRowListPlusRawValues>TransformingInputEntityReader. sample()CloseableIterator<InputRowListPlusRawValues>TransformingInputSourceReader. sample()Methods in org.apache.druid.segment.transform with parameters of type InputRowListPlusRawValues Modifier and Type Method Description InputRowListPlusRawValuesTransformer. transform(InputRowListPlusRawValues row)
-