Class BuiltCondition.LHS

java.lang.Object
io.stargate.sgv2.api.common.cql.builder.BuiltCondition.LHS
Enclosing interface:
BuiltCondition

public abstract static class BuiltCondition.LHS extends Object
Represents the left hand side of a condition.

This is usually a column name, but technically can be:

  • a column name ("c = ...")
  • a specific element in a map column ("c[v] = ...")
  • a tuple of column name ("(c, d, e) = ...")
  • the token of a tuple of column name ("TOKEN(c, d, e) = ...")