* Wraps a Date or null value to hint the client driver that the data type of the value is a timestamp * @memberOf module:datastax/graph
(value)
| 74 | * @memberOf module:datastax/graph |
| 75 | */ |
| 76 | function asTimestamp(value) { return new GraphTypeWrapper(value, dataTypes.timestamp); } |
| 77 | |
| 78 | /** |
| 79 | * Wraps an Object or null value to hint the client driver that the data type of the value is a user-defined type. |