Class BuiltCondition.LHS
java.lang.Object
io.stargate.sgv2.api.common.cql.builder.BuiltCondition.LHS
- Enclosing interface:
- BuiltCondition
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) = ...")
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BuiltCondition.LHSabstract Stringstatic BuiltCondition.LHScolumnTuple(String... columnNames) static BuiltCondition.LHSstatic BuiltCondition.LHSvalue()
-
Constructor Details
-
LHS
public LHS()
-
-
Method Details
-
column
-
mapAccess
public static BuiltCondition.LHS mapAccess(String columnName, io.stargate.bridge.proto.QueryOuterClass.Value key) -
columnTuple
-
token
-
columnName
-
value
-