You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[opt](complex type) support prune nested column through lateral view (#58776)
support prune nested column through lateral view with the functions:
explode, explode_outer, explode_map, explode_map_outer, posexplode,
posexplode_outer, #57204 related
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/generator/ExplodeJsonArrayDouble.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,6 @@ public <R, C> R accept(ExpressionVisitor<R, C> visitor, C context) {
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/generator/ExplodeJsonArrayDoubleOuter.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,6 @@ public <R, C> R accept(ExpressionVisitor<R, C> visitor, C context) {
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/generator/ExplodeJsonArrayInt.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,6 @@ public <R, C> R accept(ExpressionVisitor<R, C> visitor, C context) {
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/generator/ExplodeJsonArrayIntOuter.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,6 @@ public <R, C> R accept(ExpressionVisitor<R, C> visitor, C context) {
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/generator/ExplodeJsonArrayJson.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,6 @@ public <R, C> R accept(ExpressionVisitor<R, C> visitor, C context) {
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/generator/ExplodeJsonArrayJsonOuter.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,6 @@ public <R, C> R accept(ExpressionVisitor<R, C> visitor, C context) {
0 commit comments