Composes an inclusive FTS column filter and wraps the result.
FtsInside(List<String> columns, FtsQ query) : super("(${FtsSide.compose(columns, query)})");