MCPcopy
hub / github.com/lindb/lindb / FieldName

Method FieldName

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

FieldName returns the field name.

()

Source from the content-addressed store, hash-verified

41type Iterator interface {
42 // FieldName returns the field name.
43 FieldName() field.Name
44 // FieldType returns the field type.
45 FieldType() field.Type
46 // HasNext returns if the iteration has more field's iterator.

Callers 9

TestBinaryIteratorFunction · 0.95
makeTaskResponseMethod · 0.65
BuildResultSetMethod · 0.65
makeTimeSeriesListMethod · 0.65
TestLeafReducer_ExecuteFunction · 0.65
buildFieldMethod · 0.65

Calls

no outgoing calls