Class

org.yupana.api.schema

Rollup

Related Doc: package schema

Permalink

case class Rollup(name: String, filter: Option[Condition], groupBy: Seq[Expression], fields: Seq[QueryFieldProjection], downsamplingInterval: Option[DateTimeFieldType], fromTable: Table, toTable: Table) extends Serializable with Product

Definition of persistent rollup

name

name of this rollup to be displayed

filter

condition to gather data

groupBy

expressions to group by data

fields

fields projections to be read from fromTable and written to toTable

downsamplingInterval

grouping interval type

fromTable

table to read data

toTable

table to write data

Linear Supertypes
Product, Equals, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rollup
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Rollup(name: String, filter: Option[Condition], groupBy: Seq[Expression], fields: Seq[QueryFieldProjection], downsamplingInterval: Option[DateTimeFieldType], fromTable: Table, toTable: Table)

    Permalink

    name

    name of this rollup to be displayed

    filter

    condition to gather data

    groupBy

    expressions to group by data

    fields

    fields projections to be read from fromTable and written to toTable

    downsamplingInterval

    grouping interval type

    fromTable

    table to read data

    toTable

    table to write data

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val allFields: Seq[QueryFieldProjection]

    Permalink
  5. lazy val allGroupBy: Seq[Expression]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val downsamplingInterval: Option[DateTimeFieldType]

    Permalink

    grouping interval type

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. lazy val fieldNamesMap: Map[String, String]

    Permalink
  11. val fields: Seq[QueryFieldProjection]

    Permalink

    fields projections to be read from fromTable and written to toTable

  12. val filter: Option[Condition]

    Permalink

    condition to gather data

  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val fromTable: Table

    Permalink

    table to read data

  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getResultFieldForDimName(dimName: String): String

    Permalink
  17. def getResultFieldForMeasureName(fieldName: String): String

    Permalink
  18. val groupBy: Seq[Expression]

    Permalink

    expressions to group by data

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val name: String

    Permalink

    name of this rollup to be displayed

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. lazy val tagResultNameMap: Map[String, String]

    Permalink
  26. lazy val timeExpr: Expression

    Permalink
  27. lazy val timeField: QueryField

    Permalink
  28. val toTable: Table

    Permalink

    table to write data

  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped