public class BinaryType extends DataType
Array[Byte] values.
Please use the singleton DataTypes.BinaryType.| Modifier and Type | Method and Description |
|---|---|
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() |
fromCaseClassString, fromJson, json, prettyJson, simpleString, typeNamepublic scala.reflect.api.TypeTags.TypeTag<byte[]> tag()
public Object ordering()
public int defaultSize()
defaultSize in class DataTypepublic scala.reflect.ClassTag<Object> classTag()