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

Method GetDouble

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

Source from the content-addressed store, hash-verified

71 GetLong(position int32) (int64, error)
72 GetFloat(position int32) (float32, error)
73 GetDouble(position int32) (float64, error)
74 GetBinary(position int32) (*Binary, error)
75 GetObject(position int32) (interface{}, error)
76

Callers 7

printDataSet0Function · 0.65
printDataSet0Function · 0.65
GetDoubleMethod · 0.65
GetDoublesMethod · 0.65
Test_QueryAllDataTypeMethod · 0.65

Implementers 1

RunLengthEncodedColumnclient/column.go

Calls

no outgoing calls

Tested by 1

Test_QueryAllDataTypeMethod · 0.52