org
.
apache
.
spark
.
sql
.
execution
TopKWrapper
Related Docs:
object TopKWrapper
|
package execution
final
class
TopKWrapper
extends
ReadWriteLock
with
CastLongTime
with
Serializable
Attributes
protected[
org.apache.spark.sql
]
Linear Supertypes
Serializable
,
Serializable
,
CastLongTime
,
ReadWriteLock
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
TopKWrapper
Serializable
Serializable
CastLongTime
ReadWriteLock
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
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
]
)
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
val
baseTable
:
Option
[
TableIdentifier
]
val
baseTableSchema
:
StructType
final
val
castType
:
Int
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
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
cms
:
CMSParams
val
epoch
:
Long
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
executeInReadLock
[
T
]
(
body: ⇒
T
,
lockInterruptibly:
Boolean
=
false
)
:
T
Definition Classes
ReadWriteLock
def
executeInWriteLock
[
T
]
(
body: ⇒
T
,
lockInterruptibly:
Boolean
=
false
)
:
T
Definition Classes
ReadWriteLock
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
frequencyCol
:
Option
[
Int
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getNullMillis
(
getDefaultForNull:
Boolean
)
:
Long
Attributes
protected
Definition Classes
TopKWrapper
→
CastLongTime
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
key
:
StructField
val
maxinterval
:
Int
def
module
:
String
Definition Classes
TopKWrapper
→
CastLongTime
val
name
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
parseMillis
(
row:
Row
,
timeCol:
Int
,
getDefaultForNull:
Boolean
=
false
)
:
Long
Definition Classes
CastLongTime
final
def
parseMillisFromAny
(
ts:
Any
)
:
Long
Attributes
protected
Definition Classes
CastLongTime
val
readLock
:
ReadLock
Definition Classes
ReadWriteLock
val
rowToTupleConverter
: (
Row
,
Partitioner
) ⇒ (
Int
,
Any
)
val
rwLock
:
ReentrantReadWriteLock
Definition Classes
ReadWriteLock
val
size
:
Int
val
stsummary
:
Boolean
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
timeColumnType
:
Option
[
DataType
]
Definition Classes
TopKWrapper
→
CastLongTime
val
timeInterval
:
Long
val
timeSeriesColumn
:
Int
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
@throws
(
...
)
val
writeLock
:
WriteLock
Definition Classes
ReadWriteLock
Inherited from
Serializable
Inherited from
Serializable
Inherited from
CastLongTime
Inherited from
ReadWriteLock
Inherited from
AnyRef
Inherited from
Any
Ungrouped