Package com.influxdb.client.domain
Class PipeExpression
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.PipeExpression
Call expression with pipe argument
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionargument
(Expression argument) call
(CallExpression call) boolean
Get argumentgetCall()
Get callgetType()
Type of AST nodeint
hashCode()
void
setArgument
(Expression argument) void
setCall
(CallExpression call) void
toString()
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_ARGUMENT
- See Also:
-
SERIALIZED_NAME_CALL
- See Also:
-
-
Constructor Details
-
PipeExpression
public PipeExpression()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
argument
-
getArgument
Get argument- Returns:
- argument
-
setArgument
-
call
-
getCall
Get call- Returns:
- call
-
setCall
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-