Class/Object

org.apache.spark.sql.execution

TopKWrapper

Related Docs: object TopKWrapper | package execution

Permalink

final class TopKWrapper extends ReadWriteLock with CastLongTime with Serializable

Attributes
protected[org.apache.spark.sql]
Linear Supertypes
Serializable, Serializable, CastLongTime, ReadWriteLock, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TopKWrapper
  2. Serializable
  3. Serializable
  4. CastLongTime
  5. ReadWriteLock
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TopKWrapper(name: String, cms: CMSParams, size: Int, timeSeriesColumn: Int, timeInterval: Long, baseTableSchema: StructType, key: StructField, frequencyCol: Option[Int], epoch: Long, maxinterval: Int, stsummary: Boolean, baseTable: Option[TableIdentifier])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val baseTable: Option[TableIdentifier]

    Permalink
  6. val baseTableSchema: StructType

    Permalink
  7. final val castType: Int

    Permalink

    Store type of column once to avoid checking for every row at runtime

    Store type of column once to avoid checking for every row at runtime

    Attributes
    protected
    Definition Classes
    CastLongTime
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val cms: CMSParams

    Permalink
  10. val epoch: Long

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def executeInReadLock[T](body: ⇒ T, lockInterruptibly: Boolean = false): T

    Permalink
    Definition Classes
    ReadWriteLock
  14. def executeInWriteLock[T](body: ⇒ T, lockInterruptibly: Boolean = false): T

    Permalink
    Definition Classes
    ReadWriteLock
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val frequencyCol: Option[Int]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getNullMillis(getDefaultForNull: Boolean): Long

    Permalink
    Attributes
    protected
    Definition Classes
    TopKWrapperCastLongTime
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val key: StructField

    Permalink
  22. val maxinterval: Int

    Permalink
  23. def module: String

    Permalink
    Definition Classes
    TopKWrapperCastLongTime
  24. val name: String

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def parseMillis(row: Row, timeCol: Int, getDefaultForNull: Boolean = false): Long

    Permalink
    Definition Classes
    CastLongTime
  29. final def parseMillisFromAny(ts: Any): Long

    Permalink
    Attributes
    protected
    Definition Classes
    CastLongTime
  30. val readLock: ReadLock

    Permalink
    Definition Classes
    ReadWriteLock
  31. val rowToTupleConverter: (Row, Partitioner) ⇒ (Int, Any)

    Permalink
  32. val rwLock: ReentrantReadWriteLock

    Permalink
    Definition Classes
    ReadWriteLock
  33. val size: Int

    Permalink
  34. val stsummary: Boolean

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def timeColumnType: Option[DataType]

    Permalink
    Definition Classes
    TopKWrapperCastLongTime
  37. val timeInterval: Long

    Permalink
  38. val timeSeriesColumn: Int

    Permalink
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. val writeLock: WriteLock

    Permalink
    Definition Classes
    ReadWriteLock

Inherited from Serializable

Inherited from Serializable

Inherited from CastLongTime

Inherited from ReadWriteLock

Inherited from AnyRef

Inherited from Any

Ungrouped