package repl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- repl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
CliOptions(cmd: Cmd, config: slamdata.Predef.Option[slamdata.Predef.String], backends: slamdata.Predef.List[(slamdata.Predef.String, Seq[File])]) extends Product with Serializable
Command-line options supported by the Quasar REPL.
- sealed abstract class Command extends AnyRef
- sealed abstract class ConsoleIO[A] extends AnyRef
- sealed abstract class DebugLevel extends AnyRef
- sealed abstract class OutputFormat extends AnyRef
- sealed abstract class PhaseFormat extends AnyRef
- type ReplFail[A] = Failure[slamdata.Predef.String, A]
- sealed abstract class TimingFormat extends AnyRef
Value Members
- object CliOptions extends Serializable
- object Command
- object ConsoleIO
- object DebugLevel
- object Main
- object OutputFormat
- object PhaseFormat
- object Repl
- object TimingFormat