@FunctionalInterface public static interface InfluxQLQueryResult.Series.ValueExtractor
| Modifier and Type | Method and Description |
|---|---|
Object |
extractValue(String columnName,
String rawValue,
int resultIndex,
String seriesName)
The value extractor is called for each resulting column to convert the string value returned by query
into a custom type.
|
@Nullable Object extractValue(@Nonnull String columnName, @Nonnull String rawValue, int resultIndex, @Nonnull String seriesName)
columnName - the name of the columnrawValue - the string value returned from the queryresultIndex - the index of the resultseriesName - the name of the seriesCopyright © 2018–2022 InfluxData, Inc.. All rights reserved.