@Beta public interface ValueBinary extends Expressions.OperandSingle, FilterableComparisonAbsolute
Modifier and Type | Interface and Description |
---|---|
static class |
ValueBinary.Expression |
Modifier and Type | Field and Description |
---|---|
static Function<String,byte[]> |
DECODE_FROM_STRING
Lambda to translate a String with "ISO-8859-1" encoding to byte array.
|
static Function<byte[],String> |
ENCODE_TO_STRING
Lambda to translate a byte array to String.
|
static ValueBinary |
NULL
Null value for binary operations.
|
Modifier and Type | Method and Description |
---|---|
static ValueBinary |
literal(byte[] v) |
equalTo, equalTo, notEqualTo, notEqualTo
getExpression, getExpression
@Nonnull static final ValueBinary NULL
static final Function<byte[],String> ENCODE_TO_STRING
@Nonnull static ValueBinary literal(@Nonnull byte[] v)
Copyright © 2021 SAP SE. All rights reserved.