Class AbstractHistoryQueryExecutor

java.lang.Object
com.inductiveautomation.ignition.gateway.sqltags.history.query.AbstractHistoryLoader<IndexedQualifiedValue>
com.inductiveautomation.ignition.gateway.sqltags.history.query.AbstractHistoryQueryExecutor
All Implemented Interfaces:
HistoryQueryExecutor

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.