[
https://issues.apache.org/jira/browse/IGNITE-28971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-28971:
----------------------------------------
Summary: Calcite: Introduce value resolver for FETCH, OFFSET, and LIMIT
(was: SQL Calcite: Introduce value resolver for FETCH, OFFSET, and LIMIT)
> Calcite: Introduce value resolver for FETCH, OFFSET, and LIMIT
> --------------------------------------------------------------
>
> Key: IGNITE-28971
> URL: https://issues.apache.org/jira/browse/IGNITE-28971
> Project: Ignite
> Issue Type: Improvement
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-2
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> FETCH, OFFSET, and LIMIT values may require different handling. For example:
> {code:java}
> SELECT * FROM person FETCH FIRST 1.5 ROWS ONLY;
> -- Oracle: the fractional part is truncated, so 1 row is returned.
> -- PostgreSQL: the value is rounded to the nearest integer, so 2 rows are
> returned. {code}
> Introduce a common mechanism for applying these rules consistently during
> query validation and execution.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)