Class SingletonIndexQueryPlan

java.lang.Object
org.apache.cassandra.index.SingletonIndexQueryPlan
All Implemented Interfaces:
Comparable<Index.QueryPlan>, Index.QueryPlan
Direct Known Subclasses:
SASIIndexQueryPlan

public class SingletonIndexQueryPlan extends Object implements Index.QueryPlan
  • Constructor Details

    • SingletonIndexQueryPlan

      protected SingletonIndexQueryPlan(Index index, RowFilter postIndexFilter)
  • Method Details