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

Method GetLong

client/column.go:71–71  ·  view source on GitHub ↗
(position int32)

Source from the content-addressed store, hash-verified

69 GetBoolean(position int32) (bool, error)
70 GetInt(position int32) (int32, error)
71 GetLong(position int32) (int64, error)
72 GetFloat(position int32) (float32, error)
73 GetDouble(position int32) (float64, error)
74 GetBinary(position int32) (*Binary, error)

Callers 15

printDataSet0Function · 0.65
printDataSet0Function · 0.65
GetLongMethod · 0.65
GetLongsMethod · 0.65
GetStartTimeMethod · 0.65
GetEndTimeMethod · 0.65
GetTimeByIndexMethod · 0.65
constructOneRowMethod · 0.65

Implementers 1

RunLengthEncodedColumnclient/column.go

Calls

no outgoing calls

Tested by 3

Test_QueryAllDataTypeMethod · 0.52