| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.read.expression | |
| org.apache.iotdb.tsfile.read.expression.impl |
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
IExpression.getType() |
static ExpressionType |
ExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionType[] |
ExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionType |
SingleSeriesExpression.getType() |
ExpressionType |
BinaryExpression.AndExpression.getType() |
ExpressionType |
BinaryExpression.OrExpression.getType() |
ExpressionType |
GlobalTimeExpression.getType() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.