Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GlobalTabletSchemaMap = make(map[string][]*client.MeasurementSchema) GlobalMeasurementMap = make(map[string][]string) GlobalDataTypeMap = make(map[string][]client.TSDataType) )
Functions ¶
func IotdbFormat ¶
func IotdbFormat(v interface{}) ([]byte, client.TSDataType)
IotdbFormat Utility function for appending various data types to a byte string
func NewTarget ¶
func NewTarget() targets.ImplementedTarget
Types ¶
type Serializer ¶
type Serializer struct { BasicPath string // e.g. "root.sg" is basic path of "root.sg.device". default : "root" BasicPathLevel int32 // e.g. 0 for "root", 1 for "root.device" }
Serializer writes a Point in a serialized form for IoTDB
Click to show internal directories.
Click to hide internal directories.