ldbc.core.interpreter
package ldbc.core.interpreter
Members list
Type members
Classlikes
object ColumnTupleConverter
An object that converts a Column's Tuple to a Tuple Map
An object that converts a Column's Tuple to a Tuple Map
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ColumnTupleConverter.type
Types
Column Type representing the conversion from Tuple to Tuple Map.
Column Type representing the conversion from Tuple to Tuple Map.
Type parameters
- F
-
Column Type
- Types
-
Primitive Tuples
Attributes
type ColumnTuples[Types <: Tuple, F[_]] = Types match { case t *: EmptyTuple => F[t] case Any => Map[Types, F] }
Type to convert type from Tuple to Tuple in Colum.
Type to convert type from Tuple to Tuple in Colum.
Type parameters
- F
-
Column Type
- Types
-
Tuple Type
Attributes
A type function to pull a type parameter it has from a type with one type parameter.
A type function to pull a type parameter it has from a type with one type parameter.
Attributes
A type function that derives its type from the type parameters that Option has.
A type function that derives its type from the type parameters that Option has.
Attributes
In this article