Class QueryViewBuilder
java.lang.Object
org.apache.cassandra.index.sai.plan.QueryViewBuilder
Build a query specific view of the on-disk indexes for a query. This will return a
Collection of Expression and SSTableIndexs that represent
the on-disk data for a query.
The query view will include all the indexed expressions even if they don't have any on-disk data. This in necessary because the query view is used to query in-memory data as well as the attached on-disk indexes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
-
Method Details
-
build
-