Package

com.yotpo.metorikku.metric

stepActions

Permalink

package stepActions

Visibility
  1. Public
  2. All

Type Members

  1. case class Code(objectClassPath: String, metricName: String, dataFrameName: String, params: Option[Map[String, String]]) extends StepAction[Unit] with Product with Serializable

    Permalink
  2. case class Sql(query: String, dataFrameName: String, showPreviewLines: Int, cacheOnPreview: Option[Boolean], showQuery: Option[Boolean]) extends StepAction[DataFrame] with Product with Serializable

    Permalink

    Represents the SQL query to run

Ungrouped