Data Frame Column
data class DataFrameColumn(val columnName: String, val extractor: (SolverStateSnapshot, TrackingContext) -> Any?)(source)
Defines a single column for a strongly-typed DataFrame tracker.
Properties
Link copied to clipboard
The title of the column in the resulting DataFrame.
Link copied to clipboard
A function that extracts strongly-typed data (Double, Int, String, Map, etc.) from either the SolverStateSnapshot or the TrackingContext.