filterColumns

inline fun <E : Any, T : BaseTable<E>> EntitySequence<E, T>.filterColumns(selector: (T) -> List<Column<*>>): EntitySequence<E, T>(source)

Return a sequence customizing the selected columns of the internal query.

The operation is intermediate.