implicit final class DataFrameReaderWrapper extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataFrameReaderWrapper
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DataFrameReaderWrapper(dfReader: DataFrameReader)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cassandraFormat(table: String, keyspace: String, cluster: String = ..., pushdownEnable: Boolean = true): DataFrameReader
Sets the format used to access Cassandra through Connector and configure a path to Cassandra table.
-
def
cassandraFormat: DataFrameReader
Sets the format used to access Cassandra through Connector
- val dfReader: DataFrameReader
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any