Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
write
Method · 0.95
writeQueryParameters
Method · 0.80
Calls
1
add
Method · 0.95
Tested by
no test coverage detected