Uses of Class
org.apache.iotdb.udf.api.type.Binary
-
Packages that use Binary Package Description org.apache.iotdb.udf.api.access org.apache.iotdb.udf.api.collector org.apache.iotdb.udf.api.type -
-
Uses of Binary in org.apache.iotdb.udf.api.access
Methods in org.apache.iotdb.udf.api.access that return Binary Modifier and Type Method Description BinaryRow. getBinary(int columnIndex)Returns the Binary value at the specified column in this row. -
Uses of Binary in org.apache.iotdb.udf.api.collector
Methods in org.apache.iotdb.udf.api.collector with parameters of type Binary Modifier and Type Method Description voidPointCollector. putBinary(long timestamp, Binary value)Collects a Binary data point with timestamp. -
Uses of Binary in org.apache.iotdb.udf.api.type
Methods in org.apache.iotdb.udf.api.type that return Binary Modifier and Type Method Description static BinaryBinary. valueOf(java.lang.String value)Methods in org.apache.iotdb.udf.api.type with parameters of type Binary Modifier and Type Method Description intBinary. compareTo(Binary other)
-