MCPcopy
hub / github.com/lindb/lindb / AggType

Method AggType

series/iterator.go:67–67  ·  view source on GitHub ↗

AggType returns the primitive field's agg type.

()

Source from the content-addressed store, hash-verified

65type PrimitiveIterator interface {
66 // AggType returns the primitive field's agg type.
67 AggType() field.AggType
68 // HasNext returns if the iteration has more data points.
69 HasNext() bool
70 // Next returns the data point in the iteration.

Callers 10

writeFunction · 0.65
mergeFunction · 0.65
assertFieldIteratorFunction · 0.65
TestAggType_AggregateFunction · 0.65
TestPanicAggFunction · 0.65
mockSingleIteratorFunction · 0.65
MarshalBinaryMethod · 0.65
mockSingleIteratorFunction · 0.65
SetValueMethod · 0.65

Implementers 2

BinaryPrimitiveIteratorseries/binary_iterator.go
primitiveIteratoraggregation/field_iterator.go

Calls

no outgoing calls

Tested by 5

assertFieldIteratorFunction · 0.52
TestAggType_AggregateFunction · 0.52
TestPanicAggFunction · 0.52
mockSingleIteratorFunction · 0.52
mockSingleIteratorFunction · 0.52