Analyzing and manipulating data with Spark functions often requires building complex expressions that combine multiple functions. Prophecy makes this easier with the Expression Builder, which streamlines the creation of complex expressions, saving time and effort. It also helps you better understand the relationships between functions and their arguments.Documentation Index
Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Spark Expression Builder
To navigate to the Spark Expression Builder:- Navigate to the column you want to edit, and open the expanded editor.
- Click on the Expression Builder button.
Search
To search for a function in Spark Expression Builder:- Click the fx button.
- In the search bar at the top of the screen, type the function name.
Insert
You can insert a function, column, or configuration into your expression. To insert a function:- Navigate to, or search for the function you want to use.
- Click on the Insert Function button.
- Click the Columns tab.
- Click on the column you want to insert, and click Insert Column.
- Click the Configurations tab.
- Click on the column you want to insert, and click Insert Configuration.
Run and Verify the output
You can attach to a cluster and run your pipeline for the current gem on the same screen. To run your code:- Click the Run button.
- Click the Data button to see your results.
This data is same as what you see in interims view.

