Package

com.github.saurfang.sas

spark

Permalink

package spark

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSource extends RelationProvider with SchemaRelationProvider

    Permalink

    Provides access to SAS data from pure SQL statements (i.e.

    Provides access to SAS data from pure SQL statements (i.e. for users of the JDBC server).

  2. implicit class SasContext extends AnyRef

    Permalink

    Adds a method, sasFile, to SQLContext that allows you to read sas files.

  3. implicit class SasDataFrameReader extends AnyRef

    Permalink

    Adds a method, sas, to DataFrameReader that allows you to read sas files.

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

    Permalink

    Defines a RDD that is backed by SasInputFormat.

    Defines a RDD that is backed by SasInputFormat. Data are coerced into appropriate types according to meta information embedded in .sas7bdat file.

Inherited from AnyRef

Inherited from Any

Ungrouped