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

Function asInt

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

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

(value)

Source from the content-addressed store, hash-verified

56 * @memberOf module:datastax/graph
57 */
58function asInt(value) { return new GraphTypeWrapper(value, dataTypes.int); }
59
60/**
61 * Wraps a number or null value to hint the client driver that the data type of the value is a double

Callers 2

graph-tests.jsFile · 0.85
graphson-tests.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected