given_Ordering_Table

ldbc.schema.syntax.OrderingTable.given_Ordering_Table
object given_Ordering_Table extends Ordering[Table[_]]

Attributes

Source
OrderingTable.scala
Graph
Supertypes
trait Ordering[Table[_]]
trait PartialOrdering[Table[_]]
trait Equiv[Table[_]]
trait Serializable
trait Comparator[Table[_]]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

class OrderingOps(lhs: T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compare(x: Table[_], y: Table[_]): Int

Attributes

Definition Classes
Ordering -> Comparator
Source
OrderingTable.scala

Inherited methods

override def equiv(x: Table[_], y: Table[_]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gt(x: Table[_], y: Table[_]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def gteq(x: Table[_], y: Table[_]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering

Attributes

Inherited from:
Ordering
override def lt(x: Table[_], y: Table[_]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
override def lteq(x: Table[_], y: Table[_]): Boolean

Attributes

Definition Classes
Inherited from:
Ordering
def max[U <: Table[_]](x: U, y: U): U

Attributes

Inherited from:
Ordering
def min[U <: Table[_]](x: U, y: U): U

Attributes

Inherited from:
Ordering
def on[U](f: U => Table[_]): Ordering[U]

Attributes

Inherited from:
Ordering
def orElse(other: Ordering[Table[_]]): Ordering[Table[_]]

Attributes

Inherited from:
Ordering
def orElseBy[S](f: (Table[_]) => S)(implicit ord: Ordering[S]): Ordering[Table[_]]

Attributes

Inherited from:
Ordering
override def reverse: Ordering[Table[_]]

Attributes

Definition Classes
Inherited from:
Ordering
def reversed(): Comparator[Table[_]]

Attributes

Inherited from:
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: Table[_] <: <FromJavaObject>, _ <: U]): Comparator[Table[_]]

Attributes

Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: Table[_] <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[Table[_]]

Attributes

Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: Table[_] <: <FromJavaObject>]): Comparator[Table[_]]

Attributes

Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: Table[_] <: <FromJavaObject>]): Comparator[Table[_]]

Attributes

Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: Table[_] <: <FromJavaObject>]): Comparator[Table[_]]

Attributes

Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: Table[_] <: <FromJavaObject>]): Comparator[Table[_]]

Attributes

Inherited from:
Comparator
def tryCompare(x: Table[_], y: Table[_]): Some[Int]

Attributes

Inherited from:
Ordering

Implicits

Inherited implicits

implicit def mkOrderingOps(lhs: Table[_]): OrderingOps

Attributes

Inherited from:
Ordering