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

Class SchemaParserDSE67

cassandra/metadata.py:2898–2903  ·  view source on GitHub ↗

For DSE 6.7+

Source from the content-addressed store, hash-verified

2896
2897
2898class SchemaParserDSE67(SchemaParserV4):
2899 """
2900 For DSE 6.7+
2901 """
2902 recognized_table_options = (SchemaParserV4.recognized_table_options +
2903 ("nodesync",))
2904
2905
2906class SchemaParserDSE68(SchemaParserDSE67):

Callers 1

get_schema_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected