package graph
Type Members
- sealed case class EmptyGraph[T <: Table[T]]()(implicit evidence$1: scala.reflect.api.JavaUniverse.TypeTag[T], session: RelationalCypherSession[T]) extends RelationalCypherGraph[T] with Product with Serializable
- final case class PrefixedGraph[T <: Table[T]](graph: RelationalCypherGraph[T], prefix: GraphIdPrefix)(implicit context: RelationalRuntimeContext[T]) extends RelationalCypherGraph[T] with Product with Serializable
- class ScanGraph[T <: Table[T]] extends RelationalCypherGraph[T]
- final case class UnionGraph[T <: Table[T]](graphs: List[RelationalCypherGraph[T]])(implicit evidence$1: scala.reflect.api.JavaUniverse.TypeTag[T], context: RelationalRuntimeContext[T]) extends RelationalCypherGraph[T] with Product with Serializable