Class QueryViewBuilder
- java.lang.Object
-
- org.apache.cassandra.index.sai.plan.QueryViewBuilder
-
public class QueryViewBuilder extends java.lang.Object
Build a query specific view of the on-disk indexes for a query. This will return aCollection
ofExpression
andSSTableIndex
s 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 Classes Modifier and Type Class Description static class
QueryViewBuilder.QueryView
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QueryViewBuilder.QueryView
build()
-
-
-
Method Detail
-
build
protected QueryViewBuilder.QueryView build()
-
-