public class BinaryType extends DataType
Array[Byte] values.
Please use the singleton DataTypes.BinaryType.| Modifier and Type | Method and Description |
|---|---|
scala.reflect.ClassTag<java.lang.Object> |
classTag() |
int |
defaultSize()
The default size of a value of the BinaryType is 4096 bytes.
|
java.lang.Object |
ordering() |
scala.reflect.api.TypeTags.TypeTag<byte[]> |
tag() |
buildFormattedString, fromCaseClassString, fromJson, json, prettyJson, simpleString, typeNamepublic scala.reflect.api.TypeTags.TypeTag<byte[]> tag()
public java.lang.Object ordering()
public int defaultSize()
defaultSize in class DataTypepublic scala.reflect.ClassTag<java.lang.Object> classTag()