Package org.apache.spark.sql.types
Class BooleanType
Object
org.apache.spark.sql.types.DataType
org.apache.spark.sql.types.BooleanType
The data type representing
Boolean
values. Please use the singleton DataTypes.BooleanType
.
- Since:
- 1.3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract static boolean
static String
int
The default size of a value of the BooleanType is 1 byte.abstract static boolean
static String
json()
static String
abstract static int
abstract static Object
productElement
(int n) static scala.collection.Iterator<Object>
static String
static String
static String
sql()
static String
typeName()
Methods inherited from class org.apache.spark.sql.types.DataType
catalogString, equalsIgnoreCaseAndNullability, equalsIgnoreNullability, equalsStructurally, equalsStructurallyByName, fromDDL, fromJson, json, parseTypeWithFallback, prettyJson, simpleString, sql, typeName
-
Constructor Details
-
BooleanType
public BooleanType()
-
-
Method Details
-
typeName
-
json
-
prettyJson
-
simpleString
-
catalogString
-
sql
-
canEqual
-
equals
-
productElement
-
productArity
public abstract static int productArity() -
productIterator
-
productPrefix
-
defaultSize
public int defaultSize()The default size of a value of the BooleanType is 1 byte.- Specified by:
defaultSize
in classDataType
- Returns:
- (undocumented)
-