public static class ValueExpressions.TimeExpression extends LogicalExpressionBase
LogicalExpression.De, LogicalExpression.Se| Constructor and Description |
|---|
TimeExpression(int timeInMillis) |
TimeExpression(int timeInMillis,
ExpressionPosition pos) |
| Modifier and Type | Method and Description |
|---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
TypeProtos.MajorType |
getMajorType() |
int |
getTime() |
Iterator<LogicalExpression> |
iterator() |
getCumulativeCost, getDescription, getPosition, getSelfCost, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic TimeExpression(int timeInMillis)
public TimeExpression(int timeInMillis,
ExpressionPosition pos)
public int getTime()
public TypeProtos.MajorType getMajorType()
getMajorType in interface LogicalExpressiongetMajorType in class LogicalExpressionBasepublic <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
E extends Exceptionpublic Iterator<LogicalExpression> iterator()
Copyright © 2021 The Apache Software Foundation. All rights reserved.