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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StringIteratorToSlice reads the remainder of i into a slice and returns the result.

# Constants

means the data type is a boolean.
No description provided by the author
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

No description provided by the author
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.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Int64Iterator describes the behavior for enumerating a sequence of int64 values.
No description provided by the author
No description provided by the author
No description provided by the author
StringIterator describes the behavior for enumerating a sequence of string values.
No description provided by the author

# Type aliases

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