We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acaa16 commit dbde452Copy full SHA for dbde452
ibis/backends/sql/compilers/pyspark.py
@@ -71,8 +71,6 @@ class PySparkCompiler(SQLGlotCompiler):
71
}
72
73
SIMPLE_OPS = {
74
- ops.ArgMax: "max_by",
75
- ops.ArgMin: "min_by",
76
ops.ArrayDistinct: "array_distinct",
77
ops.ArrayFlatten: "flatten",
78
ops.ArrayIntersect: "array_intersect",
ibis/backends/sql/compilers/trino.py
@@ -65,8 +65,6 @@ class TrinoCompiler(SQLGlotCompiler):
65
66
67
ops.Arbitrary: "any_value",
68
69
70
ops.Pi: "pi",
ops.E: "e",
ops.RegexReplace: "regexp_replace",
0 commit comments