Transform

case class Transform(aggregate: Option[Seq[AggregatedFieldDef]], groupby: Option[Seq[String]], as: Option[Text], bin: Option[TransformBin], field: Option[String], calculate: Option[String], bandwidth: Option[Double], counts: Option[Boolean], cumulative: Option[Boolean], density: Option[String], extent: Option[Seq[Double]], maxsteps: Option[Double], minsteps: Option[Double], steps: Option[Double], filter: Option[PredicateComposition], flatten: Option[Seq[String]], fold: Option[Seq[String]], frame: Option[Seq[Option[Double]]], impute: Option[String], key: Option[String], keyvals: Option[Keyvals], method: Option[TransformMethod], value: Option[Json], joinaggregate: Option[Seq[JoinAggregateFieldDef]], loess: Option[String], on: Option[String], default: Option[Json], from: Option[Lookup], lookup: Option[String], probs: Option[Seq[Double]], quantile: Option[String], step: Option[Double], order: Option[Double], params: Option[Boolean], regression: Option[String], timeUnit: Option[TimeUnitUnion], sample: Option[Double], offset: Option[StackOffset], sort: Option[Seq[SortField]], stack: Option[String], ignorePeers: Option[Boolean], window: Option[Seq[WindowFieldDef]], limit: Option[Double], op: Option[AggregateOp], pivot: Option[String])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product