Packages

c

com.couchbase.spark.query

QueryPartitionReader

class QueryPartitionReader extends PartitionReader[InternalRow] with Logging

Linear Supertypes
Logging, PartitionReader[InternalRow], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryPartitionReader
  2. Logging
  3. PartitionReader
  4. Closeable
  5. AutoCloseable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QueryPartitionReader(partition: QueryInputPartition, conf: CouchbaseConfig, readConfig: QueryReadConfig)

Value Members

  1. def buildOptions(): QueryOptions
  2. def buildQuery(): String
  3. def close(): Unit
    Definition Classes
    QueryPartitionReader → Closeable → AutoCloseable
  4. def currentMetricsValues(): Array[CustomTaskMetric]
    Definition Classes
    QueryPartitionReader → PartitionReader
  5. def get(): InternalRow
    Definition Classes
    QueryPartitionReader → PartitionReader
  6. def hasAggregateFields: Boolean
  7. def hasAggregateGroupBy: Boolean
  8. def maybeEscapeField(field: String): String
  9. def next(): Boolean
    Definition Classes
    QueryPartitionReader → PartitionReader