* 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)
| 56 | * @memberOf module:datastax/graph |
| 57 | */ |
| 58 | function 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 |
no outgoing calls
no test coverage detected