public class PipeLiteral extends Expression
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
PipeLiteral() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getType()
Type of AST node
|
int |
hashCode() |
void |
setType(String type) |
String |
toString() |
PipeLiteral |
type(String type) |
public static final String SERIALIZED_NAME_TYPE
public PipeLiteral type(String type)
public String getType()
public void setType(String type)
public boolean equals(Object o)
equals in class Expressionpublic int hashCode()
hashCode in class Expressionpublic String toString()
toString in class ExpressionCopyright © 2018–2023 InfluxData, Inc.. All rights reserved.