package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Packages

Package mock is a generated GoMock package.

# Functions

FieldTypeToDataType returns the equivalent influxql DataType for the field type ft.
Int64SliceIteratorToSlice reads the remainder of i into a slice and returns the result.
MeasurementFieldsIteratorFlatMap reads the remainder of i, flattening the results to a single slice.
ModelsFieldTypeToFieldType returns the equivalent FieldType for ft.
StringIteratorToSlice reads the remainder of i into a slice and returns the result.

# Constants

means the data type is a boolean.
means the data type is a float.
means the data type is an integer.
means the data type is a string of text.
means the data type in unknown or undefined.
means the data type is an unsigned integer.

# Variables

EmptyInt64Iterator is an implementation of Int64Iterator that returns no values.
EmptyMeasurementFieldsIterator is an implementation of MeasurementFieldsIterator that returns no values.
EmptyStringIterator is an implementation of StringIterator that returns no values.

# Structs

CursorRequest is a request to the storage engine for a cursor to be created with the given name, tags, and field for a given direction and time range.
CursorStats represents stats collected by a cursor.

# Interfaces

Int64Iterator describes the behavior for enumerating a sequence of int64 values.
StringIterator describes the behavior for enumerating a sequence of string values.

# Type aliases

FieldType represents the primitive field data types available in tsm.
MeasurementFieldSlice implements sort.Interface and sorts the slice from lowest to highest precedence.