package thrift
- Alphabetic
- Public
- All
Type Members
- sealed trait TBlockType extends ThriftUnion with ThriftStruct with ValidatingThriftStruct[TBlockType]
- Annotations
- @Generated()
- trait TMultiSeriesFooter extends ThriftStruct with Product3[Int, Seq[Long], Option[Map[String, Int]]] with ValidatingThriftStruct[TMultiSeriesFooter] with Serializable
Prefer the companion object's io.sqooba.oss.timeseries.thrift.TMultiSeriesFooter.apply for construction if you don't need to specify passthrough fields.
- trait TSampledBlockType extends ThriftStruct with Product1[Long] with ValidatingThriftStruct[TSampledBlockType] with Serializable
Prefer the companion object's io.sqooba.oss.timeseries.thrift.TSampledBlockType.apply for construction if you don't need to specify passthrough fields.
- trait TSuperBlockMetadata extends ThriftStruct with Product2[Int, TBlockType] with ValidatingThriftStruct[TSuperBlockMetadata] with Serializable
Prefer the companion object's io.sqooba.oss.timeseries.thrift.TSuperBlockMetadata.apply for construction if you don't need to specify passthrough fields.
- trait TTupleBlockType extends ThriftStruct with Product with ValidatingThriftStruct[TTupleBlockType] with Serializable
Prefer the companion object's io.sqooba.oss.timeseries.thrift.TTupleBlockType.apply for construction if you don't need to specify passthrough fields.
Value Members
- object Constants
- Annotations
- @Generated()
- object TBlockType extends ValidatingThriftStructCodec3[TBlockType]
Different implementation types of the GorillaBlock, as a union in order to support arguments for the types.
Different implementation types of the GorillaBlock, as a union in order to support arguments for the types.
- Annotations
- @Generated()
- object TBlockTypeAliases
- object TMultiSeriesFooter extends ValidatingThriftStructCodec3[TMultiSeriesFooter] with Serializable
Binary format for the footer of a MultiSeriesBlock.
- object TSampledBlockType extends ValidatingThriftStructCodec3[TSampledBlockType] with Serializable
- object TSuperBlockMetadata extends ValidatingThriftStructCodec3[TSuperBlockMetadata] with Serializable
Binary format for the metadata stored in the footer of a GorillaSuperBlock.
- object TTupleBlockType extends ValidatingThriftStructCodec3[TTupleBlockType] with Serializable