Packages

o

com.couchbase.spark.columnar

ColumnarOptions

object ColumnarOptions

Helper object to provide type-safe keys and values for Spark SQL Columnar query options.

Annotations
@Uncommitted()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColumnarOptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Collection: String

    Option Key: The name of the Columnar collection.

  5. val ConnectionIdentifier: String

    Option Key: Instead of using the "default" connection, allows to connect to a different Columnar cluster.

  6. val Database: String

    Option Key: The name of the Columnar database, which overrides any implicit database configured.

  7. val Filter: String

    Option Key: a Columnar SQL++ expression which acts as an additional filter on every columnar query, including schema inference.

  8. val InferLimit: String

    Option Key: The limit of how many records to load during schema inference.

    Option Key: The limit of how many records to load during schema inference.

    The default can be found in DefaultConstants.DefaultInferLimit

  9. val NotBoundedScanConsistency: String

    Option Value: Not bounded scan consistency - to be used with ScanConsistency as the key.

    Option Value: Not bounded scan consistency - to be used with ScanConsistency as the key.

    This is the default and usually does not need to be specified. The query will be executed immediately, and it might not include documents which have just been written and not made it into the index yet.

  10. val RequestPlusScanConsistency: String

    Option Value: Request plus scan consistency - to be used with ScanConsistency as the key.

    Option Value: Request plus scan consistency - to be used with ScanConsistency as the key.

    If this value is set, the query will wait until it has caught up to the recent mutations, which will make sure that documents which just have been written are part of the result set.

  11. val ScanConsistency: String

    Option Key: Allows to override the scan consistency for the query performed.

  12. val Scope: String

    Option Key: The name of the Columnar scope, which overrides any implicit scope configured.

  13. val Timeout: String

    Option Key: The timeout to use which overrides the default configured.

    Option Key: The timeout to use which overrides the default configured.

    The value is a string and must be parsable from a scala Duration.

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped