package operation
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class AbstractOperation extends Operation with Logging
- class ArrayFetchIterator[A] extends FetchIterator[A]
-
trait
FetchIterator[A] extends Iterator[A]
Borrowed from Apache Spark, see SPARK-33655
- class IterableFetchIterator[A] extends FetchIterator[A]
- trait Operation extends AnyRef
- case class OperationHandle(identifier: UUID) extends Product with Serializable
-
abstract
class
OperationManager extends AbstractService
The OperationManager manages all the operations during their lifecycle.
- case class OperationStatus(state: OperationState, create: Long, start: Long, lastModified: Long, completed: Long, hasResultSet: Boolean, exception: Option[KyuubiSQLException] = None, operationProgressUpdate: Option[TProgressUpdateResp] = None) extends Product with Serializable
- sealed trait PlanOnlyMode extends AnyRef
- sealed trait PlanOnlyStyle extends AnyRef
Value Members
- object AnalyzeMode extends PlanOnlyMode with Product with Serializable
- object ExecutionMode extends PlanOnlyMode with Product with Serializable
- object FetchIterator
- object FetchOrientation extends Enumeration
- object JsonStyle extends PlanOnlyStyle with Product with Serializable
- object LineageMode extends PlanOnlyMode with Product with Serializable
- object NoneMode extends PlanOnlyMode with Product with Serializable
- object Operation
- object OperationHandle extends Serializable
- object OperationState extends Enumeration
- object OptimizeMode extends PlanOnlyMode with Product with Serializable
- object OptimizeWithStatsMode extends PlanOnlyMode with Product with Serializable
- object ParseMode extends PlanOnlyMode with Product with Serializable
- object PhysicalMode extends PlanOnlyMode with Product with Serializable
- object PlainStyle extends PlanOnlyStyle with Product with Serializable
- object PlanOnlyMode
- object PlanOnlyStyle
- object UnknownMode extends PlanOnlyMode with Product with Serializable
- object UnknownStyle extends PlanOnlyStyle with Product with Serializable