Can we expect support for gist, gin, spgist, and brin indexes sometime in the near future?
Based on the source code, it appears that they are not supported:
https://github.com/hydradatabase/hydra/blob/96056312e7c0f413...
"... Columnar supports `btree` and `hash `indexes (and the constraints requiring them) but does not support `gist`, `gin`, `spgist` and `brin` indexes."