Tuples

ldbc.query.builder.interpreter.Tuples
object Tuples

An object with methods and types that perform processing on one or more informational Tuples.

Attributes

Source
Tuples.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Tuples.type

Members list

Type members

Types

type IndexOf[T <: Tuple, E] = T match { case E *: _$1 => 0 case _$2 *: es => S[IndexOf[es, E]] }

Type for obtaining location information inside the Tuple of the specified type.

Type for obtaining location information inside the Tuple of the specified type.

Attributes

Source
Tuples.scala