odata icon indicating copy to clipboard operation
odata copied to clipboard

Where is com.sdl.odata.api.processor.query.QueryOperation?

Open emerth opened this issue 6 years ago • 2 comments

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!

emerth avatar Aug 29 '19 14:08 emerth

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

leviramsey avatar Aug 25 '21 14:08 leviramsey

Thanks, Levi!

emerth avatar Sep 02 '21 16:09 emerth