The documentation describes extending QueryModule for writing a module in java. I want to write functions that are passed items.

 

If I look at the concat function it uses Expr.atomItem passing QueryContext and InputInfo.

 

Is there a way to get at InputInfo from a class that extends QueryModule? Or, another way to write functions that transform items?

 

Kendall