Class QueryViewBuilder


  • public class QueryViewBuilder
    extends java.lang.Object
    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.