| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
SqlValidatorImpl.NavigationExpander
Shuttle that expands navigation expressions in a MATCH_RECOGNIZE clause.
|
private static class |
SqlValidatorImpl.NavigationReplacer
Shuttle that replaces
A as A.price > PREV(B.price) with
PREV(A.price, 0) > LAST(B.price, 0). |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.