Package com.influxdb.client.domain
Class PipeLiteral
java.lang.Object
com.influxdb.client.domain.Node
com.influxdb.client.domain.Expression
com.influxdb.client.domain.PipeLiteral
Represents a specialized literal value, indicating the left hand value of a pipe expression
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
PipeLiteral
public PipeLiteral()
-
-
Method Details
-
type
-
getType
Type of AST node- Returns:
- type
-
setType
-
equals
- Overrides:
equals
in classExpression
-
hashCode
public int hashCode()- Overrides:
hashCode
in classExpression
-
toString
- Overrides:
toString
in classExpression
-