How to use the exp function from bindings
Find comprehensive JavaScript bindings.exp code examples handpicked from public code repositorys.
14 15 16 17 18 19 20 21 22 23
// ***************************************************************************** 'use strict' const as = require('bindings')('aerospike.node') const exp = as.exp const BIN_TYPE_UNDEF = 0 /** * @module aerospike/exp
76
197
36
+ 14 other calls in file
45 46 47 48 49 50 51 52 53 54
* create expressions for use in key operations via the {@link * Client#operate} command. * @summary {@link module:aerospike/exp|aerospike/exp} module */ const exp = exports.exp = require('./exp') exp.type = as.exp.type /** * @summary POSIX regex compilation flags. *
76
197
36
bindings.createKey is the most popular function in bindings (8616 examples)