Packages

p

org.apache.kyuubi

operation

package operation

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractOperation extends Operation with Logging
  2. class ArrayFetchIterator[A] extends FetchIterator[A]
  3. trait FetchIterator[A] extends Iterator[A]

    Borrowed from Apache Spark, see SPARK-33655

  4. class IterableFetchIterator[A] extends FetchIterator[A]
  5. trait Operation extends AnyRef
  6. case class OperationHandle(identifier: UUID) extends Product with Serializable
  7. abstract class OperationManager extends AbstractService

    The OperationManager manages all the operations during their lifecycle.

  8. 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
  9. sealed trait PlanOnlyMode extends AnyRef
  10. sealed trait PlanOnlyStyle extends AnyRef

Value Members

  1. object AnalyzeMode extends PlanOnlyMode with Product with Serializable
  2. object ExecutionMode extends PlanOnlyMode with Product with Serializable
  3. object FetchIterator
  4. object FetchOrientation extends Enumeration
  5. object JsonStyle extends PlanOnlyStyle with Product with Serializable
  6. object LineageMode extends PlanOnlyMode with Product with Serializable
  7. object NoneMode extends PlanOnlyMode with Product with Serializable
  8. object Operation
  9. object OperationHandle extends Serializable
  10. object OperationState extends Enumeration
  11. object OptimizeMode extends PlanOnlyMode with Product with Serializable
  12. object OptimizeWithStatsMode extends PlanOnlyMode with Product with Serializable
  13. object ParseMode extends PlanOnlyMode with Product with Serializable
  14. object PhysicalMode extends PlanOnlyMode with Product with Serializable
  15. object PlainStyle extends PlanOnlyStyle with Product with Serializable
  16. object PlanOnlyMode
  17. object PlanOnlyStyle
  18. object UnknownMode extends PlanOnlyMode with Product with Serializable
  19. object UnknownStyle extends PlanOnlyStyle with Product with Serializable

Ungrouped