Class

ai.tripl.arc.jupyter

ArcInterpreter

Related Doc: package jupyter

Permalink

final class ArcInterpreter extends Interpreter

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

Instance Constructors

  1. new ArcInterpreter()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var argsMap: Map[String, String]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def asyncComplete(code: String, pos: Int): Option[CancellableFuture[Completion]]

    Permalink
    Definition Classes
    Interpreter
  7. def asyncInspect(code: String, pos: Int, detailLevel: Int): Option[CancellableFuture[Option[Inspection]]]

    Permalink
    Definition Classes
    Interpreter
  8. def asyncIsComplete(code: String): Option[CancellableFuture[Option[IsCompleteResult]]]

    Permalink
    Definition Classes
    Interpreter
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def complete(code: String): Completion

    Permalink
    Definition Classes
    Interpreter
  11. def complete(code: String, pos: Int): Completion

    Permalink
    Definition Classes
    Interpreter
  12. def currentLine(): Int

    Permalink
    Definition Classes
    ArcInterpreter → Interpreter
  13. val dependencyGraph: Graph

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def execute(code: String, storeHistory: Boolean, inputManager: Option[InputManager], outputHandler: Option[OutputHandler]): ExecuteResult

    Permalink
    Definition Classes
    ArcInterpreter → Interpreter
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def init(): Unit

    Permalink
    Definition Classes
    Interpreter
  21. final def inspect(code: String, pos: Int): Option[Inspection]

    Permalink
    Definition Classes
    Interpreter
  22. def inspect(code: String, pos: Int, detailLevel: Int): Option[Inspection]

    Permalink
    Definition Classes
    Interpreter
  23. def interrupt(): Unit

    Permalink
    Definition Classes
    Interpreter
  24. def interruptSupported: Boolean

    Permalink
    Definition Classes
    Interpreter
  25. def isComplete(code: String): Option[IsCompleteResult]

    Permalink
    Definition Classes
    Interpreter
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def kernelInfo(): KernelInfo

    Permalink
    Definition Classes
    ArcInterpreter → Interpreter
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def parseArgs(input: String): Map[String, String]

    Permalink
  32. def removeListener(spark: SparkSession, listener: Option[ProgressSparkListener], error: Boolean)(implicit outputHandler: Option[OutputHandler]): Unit

    Permalink
  33. def renderHTML(df: DataFrame, numRows: Int, truncate: Int): String

    Permalink
  34. def setCommHandler(commHandler: CommHandler): Unit

    Permalink
    Definition Classes
    Interpreter
  35. def shutdown(): Unit

    Permalink
    Definition Classes
    Interpreter
  36. implicit var spark: SparkSession

    Permalink
  37. def supportComm: Boolean

    Permalink
    Definition Classes
    Interpreter
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped