MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / asFloat

Function asFloat

lib/datastax/graph/wrappers.js:70–70  ·  view source on GitHub ↗

* Wraps a number or null value to hint the client driver that the data type of the value is a double * @memberOf module:datastax/graph

(value)

Source from the content-addressed store, hash-verified

68 * @memberOf module:datastax/graph
69 */
70function asFloat(value) { return new GraphTypeWrapper(value, dataTypes.float); }
71
72/**
73 * Wraps a Date or null value to hint the client driver that the data type of the value is a timestamp

Callers 1

graph-tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected