MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / SchemaParserDSE60

Class SchemaParserDSE60

cassandra/metadata.py:2751–2756  ·  view source on GitHub ↗

For DSE 6.0+

Source from the content-addressed store, hash-verified

2749
2750
2751class SchemaParserDSE60(SchemaParserV3):
2752 """
2753 For DSE 6.0+
2754 """
2755 recognized_table_options = (SchemaParserV3.recognized_table_options +
2756 ("nodesync",))
2757
2758
2759class SchemaParserV4(SchemaParserV3):

Callers 1

get_schema_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected