Packages

p

org.apache.spark

whylogs

package whylogs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. object InstantDateTimeFormatter

Ungrouped