public class SingleSeriesExpression extends Object implements IUnaryExpression, Serializable
| Constructor and Description |
|---|
SingleSeriesExpression(Path seriesDescriptor,
Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
IExpression |
clone() |
boolean |
equals(Object o) |
Filter |
getFilter() |
Path |
getSeriesPath() |
ExpressionType |
getType() |
int |
hashCode() |
void |
serialize(ByteBuffer byteBuffer) |
void |
setFilter(Filter filter) |
void |
setSeriesPath(Path seriesPath) |
String |
toString() |
public ExpressionType getType()
getType in interface IExpressionpublic IExpression clone()
clone in interface IExpressionclone in class Objectpublic void serialize(ByteBuffer byteBuffer)
serialize in interface IExpressionpublic Filter getFilter()
getFilter in interface IUnaryExpressionpublic void setFilter(Filter filter)
setFilter in interface IUnaryExpressionpublic Path getSeriesPath()
public void setSeriesPath(Path seriesPath)
Copyright © 2022 The Apache Software Foundation. All rights reserved.