* 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)
| 68 | * @memberOf module:datastax/graph |
| 69 | */ |
| 70 | function 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 |