Class AbstractHistoryQueryExecutor

java.lang.Object
com.inductiveautomation.historian.gateway.query.execution.AbstractHistoryLoader<IndexedQualifiedValue>
com.inductiveautomation.historian.gateway.query.execution.AbstractHistoryQueryExecutor
All Implemented Interfaces:
HistoryQueryExecutor
Direct Known Subclasses:
Query, 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.