Package org.apache.cassandra.db.view
package org.apache.cassandra.db.view
-
ClassesClassDescriptionGroups all the views for a given table.A View copies data from a base table into a view table which can be queried independently from the base.Manages
View's for a singleColumnFamilyStore.Creates the updates to apply to a view given the existing rows in the base table and the updates that we're applying to them (this handles updates on a single partition only).