DataStream.explain
This will not trigger the execution of your computation graph but will produce a graph of the execution plan.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
mode |
str
|
'graph' will show a graph, 'text' will print a textual description. |
'graph'
|
Return
None.
Source code in pyquokka/datastream.py
118 119 120 121 122 123 124 125 126 127 |
|