JSONB_ GROUP_ OBJECT
fun JSONB_GROUP_OBJECT(key: KQLiteColumn<*>, value: KQLiteColumn<*>): KQLiteColumn<KQLiteJsonObject>
Similar to JSON_GROUP_OBJECT but binary representation (BLOB).
Return
Author
MOHAMMAD AZIM ANSARI
Parameters
key
The column to be used as keys in the resulting JSON object.
value
The column to be used as values in the resulting JSON object.