Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package metric

Type Members

  1. case class FlatAndCondition(from: Long, to: Long, conditions: Seq[SimpleCondition]) extends Product with Serializable

    AND condition which contains only simple conditions and time bounds.

    AND condition which contains only simple conditions and time bounds.

    from

    start time of the condition

    to

    end time of the condition

    conditions

    sequence of conditions

  2. class SparseTable[R, C, +V] extends Table[R, C, V] with TableOps[R, C, V, SparseTable]
  3. trait Table[R, C, +V] extends TableOps[R, C, V, Table]
  4. abstract class TableFactory[+TT[_, _, _]] extends AnyRef
  5. trait TableOps[R, C, +V, +TT[_, _, _]] extends AnyRef

Ungrouped