Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.spark.sql.types Classes and Interfaces - 27 results found.
NameDescriptionTypePackageFramework
ArrayTypeClassorg.apache.spark.sql.typesApache Spark
BinaryType The data type representing Array[Byte] values.Classorg.apache.spark.sql.typesApache Spark
BooleanType The data type representing Boolean values.Classorg.apache.spark.sql.typesApache Spark
ByteType The data type representing Byte values.Classorg.apache.spark.sql.typesApache Spark
CalendarIntervalType The data type representing calendar time intervals.Classorg.apache.spark.sql.typesApache Spark
DataType The base type of all Spark SQL data types.Classorg.apache.spark.sql.typesApache Spark
DataTypesTo get/create specific data type, users should use singleton objects and factory methods provided by this class.Classorg.apache.spark.sql.typesApache Spark
DateType A date type, supporting "0001-01-01" through "9999-12-31".Classorg.apache.spark.sql.typesApache Spark
DecimalA mutable implementation of BigDecimal that can hold a Long if values are small enough.Classorg.apache.spark.sql.typesApache Spark
DecimalTypeClassorg.apache.spark.sql.typesApache Spark
DoubleType The data type representing Double values.Classorg.apache.spark.sql.typesApache Spark
FloatType The data type representing Float values.Classorg.apache.spark.sql.typesApache Spark
IntegerType The data type representing Int values.Classorg.apache.spark.sql.typesApache Spark
LongType The data type representing Long values.Classorg.apache.spark.sql.typesApache Spark
MapType The data type for Maps.Classorg.apache.spark.sql.typesApache Spark
Metadata Metadata is a wrapper over Map[String, Any] that limits the value type to simple ones: Boolean, Long, Double, String, Metadata, Array[Boolean], Array[Long], Array[Double], Array[String], andClassorg.apache.spark.sql.typesApache Spark
MetadataBuilder Builder for Metadata.Classorg.apache.spark.sql.typesApache Spark
NullType The data type representing NULL values.Classorg.apache.spark.sql.typesApache Spark
NumericType Numeric data types.Classorg.apache.spark.sql.typesApache Spark
PrecisionInfoPrecision parameters for a DecimalSee Also:Serialized FormClassorg.apache.spark.sql.typesApache Spark
ShortType The data type representing Short values.Classorg.apache.spark.sql.typesApache Spark
SQLUserDefinedType A user-defined type which can be automatically recognized by a SQLContext and registered.Classorg.apache.spark.sql.typesApache Spark
StringType The data type representing String values.Classorg.apache.spark.sql.typesApache Spark
StructFieldA field inside a StructType.Classorg.apache.spark.sql.typesApache Spark
StructType A StructType object can be constructed by StructType(fields: Seq[StructField])Classorg.apache.spark.sql.typesApache Spark
TimestampType The data type representing java.Classorg.apache.spark.sql.typesApache Spark
UserDefinedType The data type for User Defined Types (UDTs).Classorg.apache.spark.sql.typesApache Spark