Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cassandra-python-driver
/ export_as_string
Method
export_as_string
cassandra/metadata.py:1176–1177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1174
"AS $$%(body)s$$"
% locals()
1175
1176
def
export_as_string(self):
1177
return
self.as_cql_query(formatted=True) +
';'
1178
1179
@property
1180
def
signature(self):
Callers
1
test_function
Method · 0.95
Calls
1
as_cql_query
Method · 0.95
Tested by
1
test_function
Method · 0.76