Modifier and Type | Method and Description |
---|---|
Quantize.Builder |
addDerivedData(ContextDerivedData.DerivedOperation operation) |
Quantize |
build()
Creates the Quantize object.
|
Quantize.Builder |
column(String label,
Quantize.Function.Factory function)
Add a column identified by label and function.
|
Quantize.Builder |
column(String label,
Quantize.Function.Factory function,
Column.SortDirection sortDirection)
Add a column identified by label and function and sort the result in
the given sort direction.
|
public Quantize.Builder column(String label, Quantize.Function.Factory function)
label
- a label for the columnfunction
- a function for the columnQuantize.Builder
so more operations can be chained.public Quantize.Builder column(String label, Quantize.Function.Factory function, Column.SortDirection sortDirection)
label
- the label for the columnfunction
- a function for the columnsortDirection
- the direction to sortQuantize.Builder
so more operations can be chained.public Quantize.Builder addDerivedData(ContextDerivedData.DerivedOperation operation)
public Quantize build()
Quantize
object created and modified by the Quantize.Builder
, ready for use.