org
.
apache
.
spark
.
sql
topk
package
topk
Visibility
Public
All
Type Members
final
class
DefaultSource
extends
RelationProvider
with
SchemaRelationProvider
with
CreatableRelationProvider
with
DataSourceRegister
case class
TopKRelation
(
sqlContext:
SnappyContext
,
topKName:
String
,
topKOptions:
Map
[
String
,
String
]
,
baseTable:
Option
[
String
]
,
baseTableSchema:
StructType
,
keyColumn:
String
,
isStreamSummary:
Boolean
)
(
schema:
StructType
=
...
)
extends
BaseRelation
with
PrunedFilteredScan
with
SchemaInsertableRelation
with
DestroyRelation
with
Logging
with
Serializable
with
Product
Ungrouped