Packages

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
Serializable, Serializable, Product, Equals, TableScan, BaseRelation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SasRelation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TableScan
  7. BaseRelation
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildScan(): RDD[Row]
    Definition Classes
    SasRelation → TableScan
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. val extractLabel: Boolean
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val forceLowercaseNames: Boolean
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. val inferDecimal: Boolean
  13. val inferDecimalScale: Option[Int]
  14. val inferFloat: Boolean
  15. val inferInt: Boolean
  16. val inferLong: Boolean
  17. val inferShort: Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val location: String
  20. lazy val log: Logger
    Annotations
    @transient()
  21. val maxSplitSize: Option[Long]
  22. val metadataTimeout: Int
  23. val minSplitSize: Option[Long]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def needConversion: Boolean
    Definition Classes
    BaseRelation
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val schema: StructType
    Definition Classes
    SasRelation → BaseRelation
  29. def sizeInBytes: Long
    Definition Classes
    BaseRelation
  30. val sqlContext: SQLContext
    Definition Classes
    SasRelation → BaseRelation
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def unhandledFilters(filters: Array[Filter]): Array[Filter]
    Definition Classes
    BaseRelation
  33. val userSchema: StructType
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TableScan

Inherited from BaseRelation

Inherited from AnyRef

Inherited from Any

Ungrouped