Package

quasar

metastore

Permalink

package metastore

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. metastore
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class MetaStoreAccess extends AnyRef

    Permalink

    Operations that access the meta-store via doobie, all wrapped in ConnectionIO

  2. class Queries extends AnyRef

    Permalink

    Raw query and update terms, which may be checked against a DB schema without requiring or affecting any data.

  3. final class UnexpectedValueException extends SQLException

    Permalink

    Thrown when doobie applies a custom mapping to a value which should never appear in the metastore DB.

Value Members

  1. object MetaStoreAccess extends MetaStoreAccess

    Permalink
  2. object MetaStoreMounter

    Permalink
  3. object Queries extends Queries

    Permalink
  4. object Schema

    Permalink
  5. implicit val aDirMeta: Meta[ADir]

    Permalink
  6. implicit val aPathMeta: Meta[APath]

    Permalink
  7. implicit val mountConfigComposite: Composite[MountConfig]

    Permalink
  8. implicit val mountTypeMeta: Meta[MountType]

    Permalink
  9. implicit val refinedAPathMeta: Meta[\/[ADir, AFile]]

    Permalink
  10. def unexpectedValue[A](msg: slamdata.Predef.String): A

    Permalink
    Annotations
    @SuppressWarnings()
  11. def verifyMetaStoreSchema[A](schema: Schema[A]): EitherT[ConnectionIO, slamdata.Predef.String, slamdata.Predef.Unit]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped