Definition
/**
* Create a JSONB key exists condition (?).
*
* Example: json_exists(col('metadata'), literal_string('category'))
* Produces: metadata ? 'category'
*/
json_exists(Expression $expr, Expression $key) : OperatorCondition 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.
/**
* Create a JSONB key exists condition (?).
*
* Example: json_exists(col('metadata'), literal_string('category'))
* Produces: metadata ? 'category'
*/
json_exists(Expression $expr, Expression $key) : OperatorCondition