Package org.apache.druid.frame.field
Interface NumericFieldWriterFactory
public interface NumericFieldWriterFactory
Factory for
NumericFieldWriter-
Method Summary
Modifier and TypeMethodDescriptionget(ColumnValueSelector<Number> selector) Constructs an instance ofNumericFieldWritergiven the column selector
-
Method Details
-
get
Constructs an instance ofNumericFieldWritergiven the column selector
-