|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.sql.types.DataType
org.apache.spark.sql.types.BinaryType
public class BinaryType
:: DeveloperApi ::
The data type representing Array[Byte] values.
Please use the singleton DataTypes.BinaryType.
| Method Summary | |
|---|---|
scala.reflect.ClassTag<Object> |
classTag()
|
int |
defaultSize()
The default size of a value of the BinaryType is 4096 bytes. |
Object |
ordering()
|
scala.reflect.api.TypeTags.TypeTag<byte[]> |
tag()
|
| Methods inherited from class org.apache.spark.sql.types.DataType |
|---|
fromCaseClassString, fromJson, json, prettyJson, simpleString, typeName |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public scala.reflect.api.TypeTags.TypeTag<byte[]> tag()
public Object ordering()
public int defaultSize()
defaultSize in class DataTypepublic scala.reflect.ClassTag<Object> classTag()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||