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

Method _build_table_options

cassandra/metadata.py:2614–2616  ·  view source on GitHub ↗

Setup the mostly-non-schema table options, like caching settings

(self, row)

Source from the content-addressed store, hash-verified

2612 return table_meta
2613
2614 def _build_table_options(self, row):
2615 """ Setup the mostly-non-schema table options, like caching settings """
2616 return dict((o, row.get(o)) for o in self.recognized_table_options if o in row)
2617
2618 def _build_table_columns(self, meta, col_rows, compact_static=False, is_dense=False, virtual=False):
2619 # partition key

Callers 2

_build_table_metadataMethod · 0.95
_build_view_metadataMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected