OData inline count is not correct when used with skip/top
---------------------------------------------------------
Key: TEIID-2935
URL:
https://issues.jboss.org/browse/TEIID-2935
Project: Teiid
Issue Type: Bug
Components: OData
Affects Versions: 8.3
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.8, 8.7.1
Inline count should be computed prior to the application of top/skip. Currently we apply
it afterwords (they are added to the root query on the limit clause).