Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-nodejs-driver
/ metadata-table.js
File
metadata-table.js
examples/metadata/metadata-table.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
"use strict"
;
2
const
cassandra = require(
'cassandra-driver'
);
3
4
const
client =
new
cassandra.Client({ contactPoints: [
'127.0.0.1'
], localDataCenter:
'dc1'
});
Callers
nothing calls this directly
Calls
4
connect
Method · 0.80
getTable
Method · 0.65
shutdown
Method · 0.65
execute
Method · 0.45
Tested by
no test coverage detected