Extending HistoricProcessInstanceQuery with additional query methods

In our project we need some extended queries, such as:

historyService.createHistoricProcessInstanceQuery()
            .variableExists(someVariable)
            ...

Idea is to be able to retrieve processes where someVariable was defined regardless of its value.
Would it be worth to introduce PR?