Packages

class QueryBatch extends Batch with Logging

Linear Supertypes
Logging, Batch, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryBatch
  2. Logging
  3. Batch
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryBatch(schema: StructType, conf: CouchbaseConfig, readConfig: QueryReadConfig, filters: Array[Filter], aggregations: Option[Aggregation], limit: Option[Int])

Value Members

  1. def createReaderFactory(): PartitionReaderFactory
    Definition Classes
    QueryBatch → Batch
  2. def planInputPartitions(): Array[InputPartition]
    Definition Classes
    QueryBatch → Batch