Packages

case class JDBCScanBuilder(session: SparkSession, schema: StructType, jdbcOptions: JDBCOptions, additionalMetrics: Map[String, SQLMetric] = Map()) extends ScanBuilder with SupportsPushDownV2Filters with SupportsPushDownRequiredColumns with SupportsPushDownAggregates with SupportsPushDownLimit with SupportsPushDownOffset with SupportsPushDownTableSample with SupportsPushDownTopN with SupportsPushDownJoin with Logging with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Logging, SupportsPushDownJoin, SupportsPushDownTopN, SupportsPushDownTableSample, SupportsPushDownOffset, SupportsPushDownLimit, SupportsPushDownAggregates, SupportsPushDownRequiredColumns, SupportsPushDownV2Filters, ScanBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JDBCScanBuilder
  2. Serializable
  3. Product
  4. Equals
  5. Logging
  6. SupportsPushDownJoin
  7. SupportsPushDownTopN
  8. SupportsPushDownTableSample
  9. SupportsPushDownOffset
  10. SupportsPushDownLimit
  11. SupportsPushDownAggregates
  12. SupportsPushDownRequiredColumns
  13. SupportsPushDownV2Filters
  14. ScanBuilder
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JDBCScanBuilder(session: SparkSession, schema: StructType, jdbcOptions: JDBCOptions, additionalMetrics: Map[String, SQLMetric] = Map())

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

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. def MDC(key: LogKey, value: Any): MDC
    Attributes
    protected
    Definition Classes
    Logging
  5. val additionalMetrics: Map[String, SQLMetric]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def build(): JDBCScan
    Definition Classes
    JDBCScanBuilder → ScanBuilder
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getJoinPushdownJdbcSQLBuilder(columnsWithAliases: Array[ColumnWithAlias]): JdbcSQLQueryBuilder
  12. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  13. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isOtherSideCompatibleForJoin(other: SupportsPushDownJoin): Boolean
    Definition Classes
    JDBCScanBuilder → SupportsPushDownJoin
  16. def isPartiallyPushed(): Boolean
    Definition Classes
    JDBCScanBuilder → SupportsPushDownTopN → SupportsPushDownLimit
  17. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  18. var jdbcOptions: JDBCOptions
  19. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  20. def logBasedOnLevel(level: Level)(f: => MessageWithContext): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  23. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  34. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  37. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  45. def productElementNames: Iterator[String]
    Definition Classes
    Product
  46. def pruneColumns(requiredSchema: StructType): Unit
    Definition Classes
    JDBCScanBuilder → SupportsPushDownRequiredColumns
  47. def pushAggregation(aggregation: Aggregation): Boolean
    Definition Classes
    JDBCScanBuilder → SupportsPushDownAggregates
  48. def pushDownJoin(other: SupportsPushDownJoin, joinType: JoinType, leftSideRequiredColumnsWithAliases: Array[ColumnWithAlias], rightSideRequiredColumnsWithAliases: Array[ColumnWithAlias], condition: Predicate): Boolean
    Definition Classes
    JDBCScanBuilder → SupportsPushDownJoin
  49. def pushLimit(limit: Int): Boolean
    Definition Classes
    JDBCScanBuilder → SupportsPushDownLimit
  50. def pushOffset(offset: Int): Boolean
    Definition Classes
    JDBCScanBuilder → SupportsPushDownOffset
  51. def pushPredicates(predicates: Array[Predicate]): Array[Predicate]
    Definition Classes
    JDBCScanBuilder → SupportsPushDownV2Filters
  52. def pushTableSample(lowerBound: Double, upperBound: Double, withReplacement: Boolean, seed: Long): Boolean
    Definition Classes
    JDBCScanBuilder → SupportsPushDownTableSample
  53. def pushTopN(orders: Array[SortOrder], limit: Int): Boolean
    Definition Classes
    JDBCScanBuilder → SupportsPushDownTopN
  54. def pushedPredicates(): Array[Predicate]
    Definition Classes
    JDBCScanBuilder → SupportsPushDownV2Filters
  55. val schema: StructType
  56. val session: SparkSession
  57. def supportCompletePushDown(aggregation: Aggregation): Boolean
    Definition Classes
    JDBCScanBuilder → SupportsPushDownAggregates
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. def withLogContext(context: Map[String, String])(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    Logging

Deprecated Value Members

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

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Logging

Inherited from SupportsPushDownJoin

Inherited from SupportsPushDownTopN

Inherited from SupportsPushDownTableSample

Inherited from SupportsPushDownOffset

Inherited from SupportsPushDownLimit

Inherited from SupportsPushDownAggregates

Inherited from SupportsPushDownRequiredColumns

Inherited from SupportsPushDownV2Filters

Inherited from ScanBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped