package whylogs
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
DatasetProfileAggregator(datasetName: String, sessionTimeInMillis: Long, timeColumn: String = null, groupByColumns: Seq[String] = Seq(), model: ModelProfileSession = null, sessionId: String = UUID.randomUUID().toString) extends sql.expressions.Aggregator[Row, DatasetProfile, Array[Byte]] with Serializable with Product
A dataset aggregator.
A dataset aggregator. It aggregates Row into DatasetProfile objects underneath the hood.
Value Members
- object InstantDateTimeFormatter