Package org.apache.spark.sql.types
Class ByteType
Object
org.apache.spark.sql.types.DataType
org.apache.spark.sql.types.NumericType
org.apache.spark.sql.types.ByteType
The data type representing
Byte
values. Please use the singleton DataTypes.ByteType
.
- Since:
- 1.3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract static boolean
static String
int
The default size of a value of the ByteType 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
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
-
ByteType
public ByteType()
-
-
Method Details
-
typeName
-
json
-
prettyJson
-
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 ByteType is 1 byte.- Specified by:
defaultSize
in classDataType
- Returns:
- (undocumented)
-
simpleString
-