Skip to content

Commit

Permalink
add implementation to expr
Browse files Browse the repository at this point in the history
  • Loading branch information
EdAbati committed Dec 3, 2024
1 parent b9c21df commit bb82020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions narwhals/_spark_like/expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from narwhals._spark_like.utils import get_column_name
from narwhals._spark_like.utils import maybe_evaluate
from narwhals.utils import Implementation
from narwhals.utils import parse_version

if TYPE_CHECKING:
Expand All @@ -19,6 +20,8 @@


class SparkExpr:
_implementation = Implementation.PYSPARK

def __init__(
self,
call: Callable[[SparkLazyFrame], list[Column]],
Expand Down

0 comments on commit bb82020

Please sign in to comment.