Skip to content

Instantly share code, notes, and snippets.

View jerfeson's full-sized avatar
💻
Doing what I love.

Jerfeson Guerreiro jerfeson

💻
Doing what I love.
View GitHub Profile
@pthiers
pthiers / PHP-Array.groovy
Last active March 7, 2024 14:26
datagrip php array extractor
/*
* Available context bindings:
* COLUMNS List<DataColumn>
* ROWS Iterable<DataRow>
* OUT { append() }
* FORMATTER { format(row, col); formatValue(Object, col) }
* TRANSPOSED Boolean
* plus ALL_COLUMNS, TABLE, DIALECT
*
* where: