We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d476a commit e5bef69Copy full SHA for e5bef69
bigframes/core/expression_factoring.py
@@ -21,11 +21,6 @@ class FactoredExpression:
21
sub_exprs: Tuple[NamedExpression, ...]
22
23
24
-@dataclasses.dataclass(frozen=True, eq=False)
25
-class ExpressionGroup:
26
- exprs: Tuple[NamedExpression, ...]
27
-
28
29
def fragmentize_expression(root: NamedExpression) -> Sequence[NamedExpression]:
30
"""
31
The goal of this functions is to factor out an expression into multiple sub-expressions.
0 commit comments