Package

org.apache.spark.sql

topk

Permalink

package topk

Visibility
  1. Public
  2. All

Type Members

  1. final class DefaultSource extends RelationProvider with SchemaRelationProvider with CreatableRelationProvider with DataSourceRegister

    Permalink
  2. 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

    Permalink

Ungrouped