package utils
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
- class SparseTable[R, C, +V] extends Table[R, C, V] with TableOps[R, C, V, SparseTable]
- trait Table[R, C, +V] extends TableOps[R, C, V, Table]
- abstract class TableFactory[+TT[_, _, _]] extends AnyRef
- trait TableOps[R, C, +V, +TT[_, _, _]] extends AnyRef
Value Members
- object CollectionUtils
- object ConditionUtils
- object FlatAndCondition extends Serializable
- object Hash128Utils
- object QueryUtils
- object SparseTable extends TableFactory[SparseTable]