edu.gemini.grackle.sql

Members list

Concise view

Type members

Classlikes

case object FailedJoin

A sentinal value representing the empty column values from a failed join.

A sentinal value representing the empty column values from a failed join.

Attributes

Source:
FailedJoin.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case class Like(x: Term[String] | Term[Option[String]], pattern: String, caseInsensitive: Boolean) extends Predicate

Attributes

Companion:
object
Source:
Like.scala
Graph
Supertypes
trait Predicate
trait Term[Boolean]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Like

Attributes

Companion:
class
Source:
Like.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Like.type
abstract class SqlMapping[F[_]](implicit val M: Monad[F]) extends Mapping[F] with SqlMappingLike[F]

Attributes

Source:
SqlMapping.scala
Graph
Supertypes
trait SqlModule[F]
class Mapping[F]
class Object
trait Matchable
class Any
trait SqlMappingLike[F[_]] extends CirceMappingLike[F] with SqlModule[F]

An abstract mapping that is backed by a SQL database.

An abstract mapping that is backed by a SQL database.

Attributes

Source:
SqlMapping.scala
Graph
Supertypes
trait SqlModule[F]
class Mapping[F]
class Object
trait Matchable
class Any
Known subtypes
class SqlMapping[F]
Self type

Attributes

Companion:
object
Source:
SqlMappingValidator.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Source:
SqlMappingValidator.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait SqlModule[F[_]]

These are the bits that are specific to the underlying database layer.

These are the bits that are specific to the underlying database layer.

Attributes

Source:
SqlModule.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SqlMapping[F]
trait SqlMonitor[F[_], A]

Monitor for a SqlMapping in F with fragments of type A.

Monitor for a SqlMapping in F with fragments of type A.

Attributes

Source:
SqlMonitor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SqlStatsMonitor[F, A]
abstract class SqlStatsMonitor[F[_], A](ref: Ref[F, List[SqlStats]])(implicit evidence$1: Applicative[F]) extends SqlMonitor[F, A]

A SqlMonitor that accumulates SqlStats in a Ref. Stage boundaries and results are not tracked.

A SqlMonitor that accumulates SqlStats in a Ref. Stage boundaries and results are not tracked.

Attributes

Companion:
object
Source:
SqlStatsMonitor.scala
Graph
Supertypes
trait SqlMonitor[F, A]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
SqlStatsMonitor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type