Definition
/**
* Parse EXPLAIN JSON output into a Plan object.
*
* @param string $jsonOutput The JSON output from EXPLAIN (FORMAT JSON)
*
* @return Plan The parsed execution plan
*/
sql_explain_parse(string $jsonOutput) : Plan composer require flow-php/etl ~0.29.0 Read from various data sources.
Shape and optimize for your needs.
Store and secure in one of many available data sinks.
/**
* Parse EXPLAIN JSON output into a Plan object.
*
* @param string $jsonOutput The JSON output from EXPLAIN (FORMAT JSON)
*
* @return Plan The parsed execution plan
*/
sql_explain_parse(string $jsonOutput) : Plan