$composableOrdering method
Create a new ComposableOrdering for this column. This is used to create lower level orderings that can be composed together
Implementation
ComposableOrdering $composableOrdering(Set<OrderingBuilder> orderings) {
return ComposableOrdering._(orderings);
}