Packages

package model

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

Type Members

  1. final case class AddColumn(name: slamdata.Predef.String, tpe: ColumnType) extends AlterColumn with Product with Serializable
  2. sealed trait AlterColumn extends AnyRef
  3. final case class ColumnDesc(name: slamdata.Predef.String, tpe: ColumnType) extends Product with Serializable
  4. sealed trait ColumnType extends AnyRef
  5. implicit class ColumnTypeMapperOps extends AnyRef
  6. final case class ColumnarTable(columns: slamdata.Predef.Set[ColumnDesc]) extends TableModel with Product with Serializable
  7. trait DataFormatter extends AnyRef
  8. final case class DbDataStream(stream: DataStream[Task]) extends Product with Serializable
  9. type Eff[A] = Coproduct[Task, [A]Coproduct[[A]Read[Transactor[Task], A], [A]Coproduct[[A]Free[ConnectionOp, A], [A]Coproduct[MonotonicSeq, [A]Coproduct[[A]Read[UUID, A], [A]Coproduct[[γ$0$]KeyValueStore[ReadHandle, DbDataStream, γ$0$], [A]Coproduct[[γ$1$]KeyValueStore[ResultHandle, DbDataStream, γ$1$], [γ$2$]KeyValueStore[WriteHandle, WriteCursor, γ$2$], A], A], A], A], A], A], A]
  10. type M[A] = Free[Eff, A]
  11. final case class ModifyColumn(name: slamdata.Predef.String, tpe: ColumnType) extends AlterColumn with Product with Serializable
  12. type QS[T[_[_]]] = :\:[[β$5$]QScriptCore[T, β$5$], :/:[[β$3$]EquiJoin[T, β$3$], [β$4$]Const[ShiftedRead[Path[Abs, File, Sandboxed]], β$4$]]]
  13. type ReadTransactor[A] = Read[Transactor[Task], A]
  14. implicit class StringTypeMapperOps extends AnyRef
  15. sealed trait TableModel extends AnyRef
  16. trait TypeMapper extends AnyRef

Value Members

  1. object BoolCol extends ColumnType with Product with Serializable
  2. object ColumnarTable extends Serializable
  3. object DataFormatter
  4. object DbDataStream extends Serializable
  5. object DecCol extends ColumnType with Product with Serializable
  6. object IntCol extends ColumnType with Product with Serializable
  7. object JsonCol extends ColumnType with Product with Serializable
  8. object JsonTable extends TableModel with Product with Serializable
  9. object NullCol extends ColumnType with Product with Serializable
  10. object StringCol extends ColumnType with Product with Serializable
  11. object TableModel
  12. object TypeMapper

Inherited from AnyRef

Inherited from Any

Ungrouped