package spark
Linear Supertypes
Type Members
-
class
DefaultSource extends RelationProvider with SchemaRelationProvider
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).
-
implicit
class
SasContext extends AnyRef
Adds a method,
sasFile, to SQLContext that allows you to read sas files. -
implicit
class
SasDataFrameReader extends AnyRef
Adds a method,
sas, to DataFrameReader that allows you to read sas files. -
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.
Defines a RDD that is backed by SasInputFormat. Data are coerced into appropriate types according to meta information embedded in .sas7bdat file.