class Cassandra::MaterializedView
Represents a cassandra materialized view
Inherits
Methods
base_table
Returns the table that this materialized view applies to.
to_cql
Returns a cql representation of this materialized view
Represents a cassandra materialized view
Returns the table that this materialized view applies to.
Type | Details |
---|---|
Table |
the table that this materialized view applies to. |