OrderSelection

grackle.Query.OrderSelection
case class OrderSelection[T](term: Term[T], ascending: Boolean, nullsLast: Boolean)(implicit evidence$1: Order[T])

Attributes

Source
query.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(x: Cursor, y: Cursor): Int

Attributes

Source
query.scala
def subst(term: Term[T]): OrderSelection[T]

Attributes

Source
query.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product