Packages

c

com.couchbase.spark.query

QueryInputPartition

case class QueryInputPartition(schema: StructType, filters: Array[Filter], locations: Array[String], aggregations: Option[Aggregation], bound: Option[QueryPartitionBound], limit: Option[Int]) extends InputPartition with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, InputPartition, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryInputPartition
  2. Serializable
  3. Product
  4. Equals
  5. InputPartition
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryInputPartition(schema: StructType, filters: Array[Filter], locations: Array[String], aggregations: Option[Aggregation], bound: Option[QueryPartitionBound], limit: Option[Int])

Value Members

  1. val aggregations: Option[Aggregation]
  2. val bound: Option[QueryPartitionBound]
  3. val filters: Array[Filter]
  4. val limit: Option[Int]
  5. val locations: Array[String]
  6. def preferredLocations(): Array[String]
    Definition Classes
    QueryInputPartition → InputPartition
  7. val schema: StructType