Uses of Class
org.apache.druid.data.input.InputRowListPlusRawValues
Packages that use InputRowListPlusRawValues
Package
Description
-
Uses of InputRowListPlusRawValues in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return InputRowListPlusRawValuesModifier and TypeMethodDescriptionstatic InputRowListPlusRawValuesstatic InputRowListPlusRawValuesInputRowListPlusRawValues.of(Map<String, Object> rawColumns, ParseException parseException) static InputRowListPlusRawValuesstatic InputRowListPlusRawValuesCreate 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 -
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 -
Uses of InputRowListPlusRawValues in org.apache.druid.segment.transform
Methods in org.apache.druid.segment.transform that return InputRowListPlusRawValuesMethods in org.apache.druid.segment.transform that return types with arguments of type InputRowListPlusRawValuesModifier and TypeMethodDescriptionTransformingInputEntityReader.sample()TransformingInputSourceReader.sample()Methods in org.apache.druid.segment.transform with parameters of type InputRowListPlusRawValues