-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
JSqlParser/src/main/java/net/sf/jsqlparser/expression/PreferringClause.java
Lines 17 to 18 in 8e651ff
private Expression preferring; | |
private PartitionByClause partitionBy; |
There are no getters for the preferring
Expression
, and the partitionBy
PartitionByClause
.
This means that you can't tree walk into the Expression / PartitionByClause contained
Metadata
Metadata
Assignees
Labels
No labels