fastflowtransform.executors._spark_imports¶
get_spark_window ¶
get_spark_window()
Lazy import for pyspark.sql.Window.
Raises:
| Type | Description |
|---|---|
RuntimeError
|
if pyspark is not installed or import fails. |
Source code in src/fastflowtransform/executors/_spark_imports.py
33 34 35 36 37 38 39 40 41 42 43 44 | |
get_spark_functions ¶
get_spark_functions()
Lazy import for pyspark.sql.functions as F.
Raises:
| Type | Description |
|---|---|
RuntimeError
|
if pyspark is not installed or import fails. |
Source code in src/fastflowtransform/executors/_spark_imports.py
46 47 48 49 50 51 52 53 54 55 56 57 | |