Package com.influxdb.client.domain
Class IndexExpression
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.IndexExpression
Represents indexing into an array
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionarray
(Expression array) boolean
getArray()
Get arraygetIndex()
Get indexgetType()
Type of AST nodeint
hashCode()
index
(Expression index) void
setArray
(Expression array) void
setIndex
(Expression index) void
toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_ARRAY
- See Also:
-
SERIALIZED_NAME_INDEX
- See Also:
-
-
Constructor Details
-
IndexExpression
public IndexExpression()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
array
-
getArray
Get array- Returns:
- array
-
setArray
-
index
-
getIndex
Get index- Returns:
- index
-
setIndex
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-