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

Method writeLong

lib/writers.js:60–62  ·  view source on GitHub ↗

@param {Long} num

(num)

Source from the content-addressed store, hash-verified

58
59 /** @param {Long} num */
60 writeLong(num) {
61 this.add(types.Long.toBuffer(num));
62 }
63
64 /**
65 * Writes bytes according to Cassandra <int byteLength><bytes>

Callers 2

writeMethod · 0.95
writeQueryParametersMethod · 0.80

Calls 1

addMethod · 0.95

Tested by

no test coverage detected