MCPcopy
hub / github.com/lindb/lindb / FloatArray

Struct FloatArray

pkg/collections/array_list.go:24–31  ·  view source on GitHub ↗

FloatArray encapsulates methods for using the float array support mark pos if it has value

Source from the content-addressed store, hash-verified

22// FloatArray encapsulates methods for using the float array
23// support mark pos if it has value
24type FloatArray struct {
25 it *FloatArrayIterator
26 marks []uint8
27 values []float64
28 capacity int
29 size int
30 isSingle bool
31}
32
33// NewFloatArray creates a float array with a certain capacity
34func NewFloatArray(capacity int) *FloatArray {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected