case class TupleGorillaBlock extends GorillaBlock with Product with Serializable
Standard implementation of the GorillaBlock that has one GorillaArray for the values and one for the validities of the timeseries.
- Alphabetic
- By Inheritance
- TupleGorillaBlock
- Serializable
- Product
- Equals
- GorillaBlock
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def decompress: Stream[TSEntry[Double]]
Decompress this Gorilla encoded timeseries block into a lazily evaluated stream of TSEntries.
Decompress this Gorilla encoded timeseries block into a lazily evaluated stream of TSEntries.
- returns
a stream of TSEntry[Double]
- Definition Classes
- TupleGorillaBlock → GorillaBlock
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serialize: Array[Byte]
- returns
the bytes for storing this block in binary format. This can be called multiple times.
- Definition Classes
- TupleGorillaBlock → GorillaBlock
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val validityBytes: GorillaArray
- val valueBytes: GorillaArray
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()