Package org.babyfish.kimmer.sql.ast.query.impl

Types

Link copied to clipboard
data class TypedQueryData(selections: List<Selection<*>>, distinct: Boolean, limit: Int, offset: Int, withoutSortingAndPaging: Boolean)