MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / getColumnCategories

Method getColumnCategories

client/tablet.go:281–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279}
280
281func (t *Tablet) getColumnCategories() []int8 {
282 columnCategories := make([]int8, len(t.columnCategories))
283 for i := range t.columnCategories {
284 columnCategories[i] = int8(t.columnCategories[i])
285 }
286 return columnCategories
287}
288
289func (t *Tablet) getValuesBytes() ([]byte, error) {
290 buff := &bytes.Buffer{}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected