ldbc.schema.syntax
package ldbc.schema.syntax
Members list
Type members
Classlikes
trait OrderingTable
Trait that provides for sorting an array of tables.
Trait that provides for sorting an array of tables.
Attributes
- Companion
- object
- Source
- OrderingTable.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object OrderingTable
object OrderingTable extends OrderingTable
Attributes
- Companion
- trait
- Source
- OrderingTable.scala
- Supertypes
- Self type
-
OrderingTable.type
Inherited classlikes
object given_Ordering_Table extends Ordering[Table[_]]
Attributes
- Inherited from:
- OrderingTable
- Source
- OrderingTable.scala
- Supertypes
-
trait Serializabletrait Comparator[Table[_]]class Objecttrait Matchableclass AnyShow all
Value members
Concrete fields
Top-level imports provide aliases for the most commonly used types and modules. A typical starting set of imports might look something like this.
Top-level imports provide aliases for the most commonly used types and modules. A typical starting set of imports might look something like this.
example:
import ldbc.schema.syntax.io.*
Attributes
- Source
- package.scala
Givens
Inherited givens
Attributes
- Inherited from:
- OrderingTable
- Source
- OrderingTable.scala
In this article