Uses of Class
org.apache.druid.frame.field.NumericArrayFieldWriter
-
Packages that use NumericArrayFieldWriter Package Description org.apache.druid.frame.field -
-
Uses of NumericArrayFieldWriter in org.apache.druid.frame.field
Methods in org.apache.druid.frame.field that return NumericArrayFieldWriter Modifier and Type Method Description static NumericArrayFieldWriterNumericArrayFieldWriter. getDoubleArrayFieldWriter(ColumnValueSelector selector)Returns the writer for ARRAYstatic NumericArrayFieldWriterNumericArrayFieldWriter. getFloatArrayFieldWriter(ColumnValueSelector selector)Returns the writer for ARRAYstatic NumericArrayFieldWriterNumericArrayFieldWriter. getLongArrayFieldWriter(ColumnValueSelector selector)Returns the writer for ARRAY
-