case class SasRelation(location: String, userSchema: StructType = null, extractLabel: Boolean = false, forceLowercaseNames: Boolean = false, inferDecimal: Boolean = false, inferDecimalScale: Option[Int] = None, inferFloat: Boolean = false, inferInt: Boolean = false, inferLong: Boolean = false, inferShort: Boolean = false, metadataTimeout: Int = 60, minSplitSize: Option[Long] = None, maxSplitSize: Option[Long] = None)(sqlContext: SQLContext) extends BaseRelation with TableScan with Product with Serializable
Defines a RDD that is backed by SasInputFormat. Data are coerced into appropriate types according to meta information embedded in .sas7bdat file.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SasRelation
- Serializable
- Serializable
- Product
- Equals
- TableScan
- BaseRelation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SasRelation(location: String, userSchema: StructType = null, extractLabel: Boolean = false, forceLowercaseNames: Boolean = false, inferDecimal: Boolean = false, inferDecimalScale: Option[Int] = None, inferFloat: Boolean = false, inferInt: Boolean = false, inferLong: Boolean = false, inferShort: Boolean = false, metadataTimeout: Int = 60, minSplitSize: Option[Long] = None, maxSplitSize: Option[Long] = None)(sqlContext: SQLContext)
- Attributes
- protected[spark]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildScan(): RDD[Row]
- Definition Classes
- SasRelation → TableScan
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extractLabel: Boolean
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val forceLowercaseNames: Boolean
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inferDecimal: Boolean
- val inferDecimalScale: Option[Int]
- val inferFloat: Boolean
- val inferInt: Boolean
- val inferLong: Boolean
- val inferShort: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val location: String
-
lazy val
log: Logger
- Annotations
- @transient()
- val maxSplitSize: Option[Long]
- val metadataTimeout: Int
- val minSplitSize: Option[Long]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
needConversion: Boolean
- Definition Classes
- BaseRelation
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
schema: StructType
- Definition Classes
- SasRelation → BaseRelation
-
def
sizeInBytes: Long
- Definition Classes
- BaseRelation
-
val
sqlContext: SQLContext
- Definition Classes
- SasRelation → BaseRelation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
unhandledFilters(filters: Array[Filter]): Array[Filter]
- Definition Classes
- BaseRelation
- val userSchema: StructType
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()