Class DynamicExtraValueQuery

    • Field Detail

      • defaultSelects

        private final Select[] defaultSelects
    • Constructor Detail

      • DynamicExtraValueQuery

        DynamicExtraValueQuery​(DataCube cube,
                               VirtualTable rootTable,
                               VirtualColumn... defaultSelects)
        Create a new dynamic query.
        Parameters:
        cube - The cube to query against
        rootTable - The root table of the query
        defaultSelects - The columns in the root table that are selected by default if no other selections are specfied before the query is executed