Packages

c

ai.tripl.arc.jupyter

ArcInterpreter

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()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asyncComplete(code: String, pos: Int): Option[CancellableFuture[Completion]]
    Definition Classes
    Interpreter
  6. def asyncInspect(code: String, pos: Int, detailLevel: Int): Option[CancellableFuture[Option[Inspection]]]
    Definition Classes
    Interpreter
  7. def asyncIsComplete(code: String): Option[CancellableFuture[Option[IsCompleteResult]]]
    Definition Classes
    Interpreter
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def complete(code: String): Completion
    Definition Classes
    Interpreter
  10. def complete(code: String, pos: Int): Completion
    Definition Classes
    Interpreter
  11. var confMaster: String
  12. var confNumRows: Int
  13. var confTruncate: Int
  14. implicit var ctx: Option[ARCContext]
  15. def currentLine(): Int
    Definition Classes
    ArcInterpreter → Interpreter
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def execute(code: String, storeHistory: Boolean, inputManager: Option[InputManager], outputHandler: Option[OutputHandler]): ExecuteResult
    Definition Classes
    ArcInterpreter → Interpreter
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def init(): Unit
    Definition Classes
    Interpreter
  23. final def inspect(code: String, pos: Int): Option[Inspection]
    Definition Classes
    Interpreter
  24. def inspect(code: String, pos: Int, detailLevel: Int): Option[Inspection]
    Definition Classes
    Interpreter
  25. def interrupt(): Unit
    Definition Classes
    Interpreter
  26. def interruptSupported: Boolean
    Definition Classes
    Interpreter
  27. def isComplete(code: String): Option[IsCompleteResult]
    Definition Classes
    Interpreter
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def kernelInfo(): KernelInfo
    Definition Classes
    ArcInterpreter → Interpreter
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def parseArgs(input: String): Map[String, String]
  34. def removeListener(spark: SparkSession, listener: Option[ProgressSparkListener], error: Boolean)(implicit outputHandler: Option[OutputHandler]): Unit
  35. def renderHTML(df: DataFrame, numRows: Int, truncate: Int): String
  36. def setCommHandler(commHandler: CommHandler): Unit
    Definition Classes
    Interpreter
  37. def shutdown(): Unit
    Definition Classes
    Interpreter
  38. implicit var spark: SparkSession
  39. def supportComm: Boolean
    Definition Classes
    Interpreter
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped