MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / protect_name

Function protect_name

cassandra/metadata.py:1569–1570  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1567
1568
1569def protect_name(name):
1570 return maybe_escape_name(name)
1571
1572
1573def protect_names(names):

Callers 15

make_create_statementMethod · 0.90
test_protect_nameMethod · 0.90
set_keyspaceMethod · 0.90
column_family_nameMethod · 0.90
as_cql_queryMethod · 0.85
as_cql_queryMethod · 0.85
as_cql_queryMethod · 0.85
as_cql_queryMethod · 0.85
as_cql_queryMethod · 0.85
_property_stringMethod · 0.85
as_cql_queryMethod · 0.85
_export_edge_as_cqlMethod · 0.85

Calls 1

maybe_escape_nameFunction · 0.85

Tested by 2

make_create_statementMethod · 0.72
test_protect_nameMethod · 0.72