Class Type (0.11.13)

Type(value)

The type of values in a Bigtable column or column family. The values are expected to be encoded using HBase Bytes.toBytes <https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/util/Bytes.html>__ function when the encoding value is set to BINARY.

Enums

Name Description
TYPE_UNSPECIFIED The type is unspecified.
STRING String type.
NUMBER Numerical type.
INTEGER Integer type.
VAR_INTEGER Variable length integer type.
BIG_NUMERIC BigDecimal type.
BOOLEAN Boolean type.
JSON JSON type.