Class AbstractHistoryQueryExecutor

  • All Implemented Interfaces:
    HistoryQueryExecutor
    Direct Known Subclasses:
    SimulatorHistorianQuery

    public abstract class AbstractHistoryQueryExecutor
    extends AbstractHistoryLoader<IndexedQualifiedValue>
    This can be a base for simple historical query executors. It manages the column nodes, and the sub type only has to read the data and provide data types. Remember when implementing that if you need boundary values, you need to load those and call setSeed/Post values.