# Functions
BoolValue returns a Value containing the value of x.
FloatValue returns a Value containing the value of x.
IntValue returns a Value containing the value of x.
MustNewValue is like NewValue except that it panics on failure.
NewDecoder returns a decoder that reads from the given reader.
NewDecoder returns a decoder that splits the line-protocol text inside buf.
NewValue returns a Value containing the value of x, which must be of type int64 (Int), uint64 (Uint), float64 (Float), bool (Bool), string (String) or []byte (String).
NewValueFromBytes creates a value of the given kind with the given data, as returned from Decoder.NextFieldBytes.
StringValue returns a Value containing the value of x.
StringValueFromBytes returns a Value containing the value of x.
UintValue returns a Value containing the value of x.
# Constants
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
# Variables
ErrValueOutOfRange signals that a value is out of the acceptable numeric range.
# Structs
DecodeError represents an error when decoding a line-protocol entry.
Decoder implements low level parsing of a set of line-protocol entries.
Encoder encapsulates the encoding part of the line protocol.
Value holds one of the possible line-protocol field values.