MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / RunLengthEncodedColumn

Struct RunLengthEncodedColumn

client/column.go:651–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651type RunLengthEncodedColumn struct {
652 baseColumn
653 value Column
654 positionCount int32
655}
656
657func NewRunLengthEncodedColumn(value Column, positionCount int32) (*RunLengthEncodedColumn, error) {
658 if value == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected