MCPcopy
hub / github.com/lindb/lindb / Capacity

Method Capacity

pkg/collections/array_list.go:104–106  ·  view source on GitHub ↗

Capacity returns the capacity of array

()

Source from the content-addressed store, hash-verified

102
103// Capacity returns the capacity of array
104func (f *FloatArray) Capacity() int {
105 return f.capacity
106}
107
108// Marks returns the marks of array
109func (f *FloatArray) Marks() []uint8 {

Callers 6

TestFloatArrayFunction · 0.95
HasNextMethod · 0.80
binaryEvalFunction · 0.80
RateCallFunction · 0.80
AvgCallFunction · 0.80
QuantileCallFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestFloatArrayFunction · 0.76