Class ByteArrayType

  • All Implemented Interfaces:
    ParameterizedType, UserType

    public class ByteArrayType
    extends Object
    implements UserType, ParameterizedType
    Represents a vector of scalars stored as a byte array in a single column.

    The following types are supported for the arrayType parameter:

    • boolean
    • char
    • int
    • long
    • float
    • double
    • String, either zero-terminated or tab-delimited
    Other types supported by ByteArrayUtils can be added if necessary.
    Author:
    poirigui
    See Also:
    ByteArrayUtils