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
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryInputPartition
- Serializable
- Product
- Equals
- InputPartition
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new QueryInputPartition(schema: StructType, filters: Array[Filter], locations: Array[String], aggregations: Option[Aggregation], bound: Option[QueryPartitionBound], limit: Option[Int])
Value Members
- val aggregations: Option[Aggregation]
- val bound: Option[QueryPartitionBound]
- val filters: Array[Filter]
- val limit: Option[Int]
- val locations: Array[String]
-
def
preferredLocations(): Array[String]
- Definition Classes
- QueryInputPartition → InputPartition
- val schema: StructType