odata
odata copied to clipboard
Where is com.sdl.odata.api.processor.query.QueryOperation?
Trawling through the odata-example code with an eye to making it do my bidding I find class QueryOperation used in InMemoryDataSourceProvider.QueryOperationStrategy(), and imported thus:
com.sdl.odata.api.processor.query.QueryOperation.
Yet in the odata codebase here I find no definition of a class or interface named QueryOperation.
Where is QueryOperation defined?
Thanks!
It's in the Scala portion of the codebase: https://github.com/RWS/odata/blob/500cdb6dfa69197fb135867a7425cd3c85682bf9/odata_api/src/main/scala/com/sdl/odata/api/processor/query/ODataQuery.scala#L31
Thanks, Levi!