object Planner
- Alphabetic
- By Inheritance
- Planner
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- sealed abstract class CompilationError extends AnyRef
- final case class CompilationFailed(semErrs: NonEmptyList[SemanticError]) extends PlannerError with Product with Serializable
- final case class FuncApply[N <: Nat](func: GenericFunc[N], expected: slamdata.Predef.String, actual: slamdata.Predef.String) extends PlannerError with Product with Serializable
- final case class InternalError(msg: slamdata.Predef.String, cause: slamdata.Predef.Option[slamdata.Predef.Exception]) extends PlannerError with Product with Serializable
- final case class NoFilesFound(dirs: slamdata.Predef.List[ADir]) extends PlannerError with Product with Serializable
- final case class NonRepresentableData(data: Data) extends PlannerError with Product with Serializable
- final case class NonRepresentableEJson(data: slamdata.Predef.String) extends PlannerError with Product with Serializable
- final case class NonRepresentableInJS(value: slamdata.Predef.String) extends PlannerError with Product with Serializable
- final case class ObjectIdFormatError(str: slamdata.Predef.String) extends PlannerError with Product with Serializable
- final case class PlanPathError(error: PathError) extends PlannerError with Product with Serializable
- sealed abstract class PlannerError extends AnyRef
- type PlannerErrorME[F[_]] = MonadError_[F, PlannerError]
- final case class UnboundVariable(name: slamdata.Predef.Symbol) extends PlannerError with Product with Serializable
- final case class UnsupportedFunction[N <: Nat](func: GenericFunc[N], hint: slamdata.Predef.Option[slamdata.Predef.String]) extends PlannerError with Product with Serializable
- final case class UnsupportedJS(value: slamdata.Predef.String) extends PlannerError with Product with Serializable
- final case class UnsupportedJoinCondition(cond: Fix[LogicalPlan]) extends PlannerError with Product with Serializable
-
final
case class
UnsupportedPlan(plan: LogicalPlan[_], hint: slamdata.Predef.Option[slamdata.Predef.String]) extends PlannerError with Product with Serializable
- Annotations
- @SuppressWarnings()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val CPlannerError: Prism[CompilationError, PlannerError]
- val CSemanticError: Prism[CompilationError, SemanticError]
- val CompilePathError: Prism[CompilationError, PathError]
- val ManyErrors: Prism[CompilationError, NonEmptyList[SemanticError]]
- implicit val PlannerErrorRenderTree: RenderTree[PlannerError]
- def UnexpectedJoinSide(n: slamdata.Predef.Symbol): PlannerError
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val plannerErrorShow: Show[PlannerError]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object CompilationError
- object InternalError extends Serializable
- object PlannerErrorME