com.bfm.topnotch

tnview

package tnview

Visibility
  1. Public
  2. All

Type Members

  1. case class TnViewCmd(params: TnViewParams, inputs: Seq[Input], outputKey: String, cache: Boolean = false, outputPath: Option[String] = scala.None) extends TnCmd with Product with Serializable

    The class for a view command

  2. class TnViewCreator extends AnyRef

    The class for combining multiple data sets into one that can be used as an input to the diff and assertion commands.

  3. case class TnViewParams(tableAliases: Seq[String], query: String) extends Product with Serializable

    The parameters to a view operation, independent of the input and output data.

Ungrouped