final class QueryFileInterpreter extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryFileInterpreter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueryFileInterpreter(execMongo: WorkflowExecutor[MongoDbIO, BsonCursor])
Type Members
- type C = AsyncBatchCursor[BsonValue]
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
- implicit val DC: DataCursor[MongoDbIO, C]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def close(h: ResultHandle): MQ[slamdata.Predef.Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def evalPlan(wf: Crystallized[WorkflowF], dbName: slamdata.Predef.Option[DatabaseName]): MQPhErr[ResultHandle]
- def evalWorkflow(wf: Crystallized[WorkflowF], defDb: slamdata.Predef.Option[DatabaseName], tmpPrefix: CollectionName): WorkflowExecErrT[MQ, ResultCursor[C]]
- def execPlan(wf: Crystallized[WorkflowF], out: AFile): MQPhErr[slamdata.Predef.Unit]
- def execWorkflow(wf: Crystallized[WorkflowF], dst: Collection, tmpPrefix: CollectionName): WorkflowExecErrT[MQ, slamdata.Predef.Unit]
- def explain(wf: Crystallized[WorkflowF], dbName: slamdata.Predef.Option[DatabaseName]): MQPhErr[slamdata.Predef.String]
- def fileExists(file: AFile): MQ[slamdata.Predef.Boolean]
-
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 handlePlan[A](wf: Crystallized[WorkflowF], log: (Crystallized[WorkflowF]) ⇒ JsR[_], handle: (Crystallized[WorkflowF], CollectionName) ⇒ WorkflowExecErrT[MQ, A]): MongoLogWFR[C, A]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listContents0(dir: ADir): MQErr[slamdata.Predef.Set[PathSegment]]
- def more(h: ResultHandle): MQErr[slamdata.Predef.Vector[Data]]
-
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()
- def queryTime: MQ[Instant]
-
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( ... )