Uses of Enum Class
tech.ydb.yoj.databind.expression.ScalarExpr.Operator
Packages that use ScalarExpr.Operator
-
Uses of ScalarExpr.Operator in tech.ydb.yoj.databind.expression
Methods in tech.ydb.yoj.databind.expression that return ScalarExpr.OperatorModifier and TypeMethodDescriptionabstract ScalarExpr.OperatorScalarExpr.Operator.negate()static ScalarExpr.OperatorReturns the enum constant of this class with the specified name.static ScalarExpr.Operator[]ScalarExpr.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.ydb.yoj.databind.expression with parameters of type ScalarExpr.OperatorModifierConstructorDescriptionScalarExpr(@NonNull Schema<T> schema, boolean generated, @NonNull ModelField field, @NonNull ScalarExpr.Operator operator, @NonNull FieldValue value)