Skip to content

Commit

Permalink
split off set, drop, as operator from this PR for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dtenedor committed Nov 18, 2024
1 parent 5d0a4c8 commit 59dd0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.apache.spark.sql.catalyst.trees.TreePattern._
import org.apache.spark.sql.errors.QueryCompilationErrors

/**
* Represents an expression when used with the SQL pipe operators |> SELECT, |> EXTEND, or |> SET.
* Represents an expression when used with SQL pipe operators like |> SELECT or |> EXTEND.
* We use this to make sure that no aggregate functions exist in these expressions.
*/
case class PipeSelect(child: Expression, clause: String = "SELECT")
Expand Down

0 comments on commit 59dd0f0

Please sign in to comment.