final class ArcInterpreter extends Interpreter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArcInterpreter
- Interpreter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ArcInterpreter()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asyncComplete(code: String, pos: Int): Option[CancellableFuture[Completion]]
- Definition Classes
- Interpreter
-
def
asyncInspect(code: String, pos: Int, detailLevel: Int): Option[CancellableFuture[Option[Inspection]]]
- Definition Classes
- Interpreter
-
def
asyncIsComplete(code: String): Option[CancellableFuture[Option[IsCompleteResult]]]
- Definition Classes
- Interpreter
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
complete(code: String): Completion
- Definition Classes
- Interpreter
-
def
complete(code: String, pos: Int): Completion
- Definition Classes
- Interpreter
- var confMaster: String
- var confNumRows: Int
- var confTruncate: Int
- implicit var ctx: Option[ARCContext]
-
def
currentLine(): Int
- Definition Classes
- ArcInterpreter → Interpreter
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execute(code: String, storeHistory: Boolean, inputManager: Option[InputManager], outputHandler: Option[OutputHandler]): ExecuteResult
- Definition Classes
- ArcInterpreter → Interpreter
-
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()
-
def
init(): Unit
- Definition Classes
- Interpreter
-
final
def
inspect(code: String, pos: Int): Option[Inspection]
- Definition Classes
- Interpreter
-
def
inspect(code: String, pos: Int, detailLevel: Int): Option[Inspection]
- Definition Classes
- Interpreter
-
def
interrupt(): Unit
- Definition Classes
- Interpreter
-
def
interruptSupported: Boolean
- Definition Classes
- Interpreter
-
def
isComplete(code: String): Option[IsCompleteResult]
- Definition Classes
- Interpreter
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
kernelInfo(): KernelInfo
- Definition Classes
- ArcInterpreter → Interpreter
-
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 parseArgs(input: String): Map[String, String]
- def removeListener(spark: SparkSession, listener: Option[ProgressSparkListener], error: Boolean)(implicit outputHandler: Option[OutputHandler]): Unit
- def renderHTML(df: DataFrame, numRows: Int, truncate: Int): String
-
def
setCommHandler(commHandler: CommHandler): Unit
- Definition Classes
- Interpreter
-
def
shutdown(): Unit
- Definition Classes
- Interpreter
- implicit var spark: SparkSession
-
def
supportComm: Boolean
- Definition Classes
- Interpreter
-
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( ... )