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. val alpha: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asyncComplete(code: String, pos: Int): Option[CancellableFuture[Completion]]
    Definition Classes
    Interpreter
  7. def asyncInspect(code: String, pos: Int, detailLevel: Int): Option[CancellableFuture[Option[Inspection]]]
    Definition Classes
    Interpreter
  8. def asyncIsComplete(code: String): Option[CancellableFuture[Option[IsCompleteResult]]]
    Definition Classes
    Interpreter
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def complete(code: String): Completion
    Definition Classes
    Interpreter
  11. def complete(code: String, pos: Int): Completion
    Definition Classes
    Interpreter
  12. var confCommandLineArgs: Map[String, ConfigValue]
  13. var confMaster: String
  14. var confNumRows: Int
  15. var confStreaming: Boolean
  16. var confStreamingDuration: Int
  17. var confStreamingFrequency: Int
  18. var confTruncate: Int
  19. def currentLine(): Int
    Definition Classes
    ArcInterpreter → Interpreter
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def execute(code: String, storeHistory: Boolean, inputManager: Option[InputManager], outputHandler: Option[OutputHandler]): ExecuteResult
    Definition Classes
    ArcInterpreter → Interpreter
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def init(): Unit
    Definition Classes
    Interpreter
  27. final def inspect(code: String, pos: Int): Option[Inspection]
    Definition Classes
    Interpreter
  28. def inspect(code: String, pos: Int, detailLevel: Int): Option[Inspection]
    Definition Classes
    Interpreter
  29. def interrupt(): Unit
    Definition Classes
    Interpreter
  30. def interruptSupported: Boolean
    Definition Classes
    Interpreter
  31. def isComplete(code: String): Option[IsCompleteResult]
    Definition Classes
    Interpreter
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. var isJupyterLab: Option[Boolean]
  34. def kernelInfo(): KernelInfo
    Definition Classes
    ArcInterpreter → Interpreter
  35. var memoizedDynamicConfigPlugins: Option[List[DynamicConfigurationPlugin]]
  36. var memoizedPipelineStagePlugins: Option[List[PipelineStagePlugin]]
  37. var memoizedUDFPlugins: Option[List[UDFPlugin]]
  38. var memoizedUserData: Map[String, AnyRef]
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def parseArgs(input: String): Map[String, String]
  43. def randStr(n: Int): String
  44. def removeListener(spark: SparkSession, listener: Option[ProgressSparkListener], error: Boolean)(implicit outputHandler: Option[OutputHandler]): Unit
  45. def renderHTML(df: DataFrame, numRows: Int, truncate: Int): String
  46. def renderResult(outputHandler: Option[OutputHandler], df: DataFrame, numRows: Int, truncate: Int, streamingDuration: Int): ExecuteResult
  47. val secretPattern: Regex
  48. def setCommHandler(commHandler: CommHandler): Unit
    Definition Classes
    Interpreter
  49. def shutdown(): Unit
    Definition Classes
    Interpreter
  50. val size: Int
  51. implicit var spark: SparkSession
  52. def supportComm: Boolean
    Definition Classes
    Interpreter
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. var udfsRegistered: Boolean
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped