public class TypedFieldExpr extends LogicalExpressionBase
LogicalExpression.De, LogicalExpression.Se
Constructor and Description |
---|
TypedFieldExpr(SchemaPath path,
TypeProtos.MajorType type) |
Modifier and Type | Method and Description |
---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
TypeProtos.MajorType |
getMajorType() |
SchemaPath |
getPath() |
Iterator<LogicalExpression> |
iterator() |
String |
toString() |
getCumulativeCost, getDescription, getPosition, getSelfCost, i
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public TypedFieldExpr(SchemaPath path, TypeProtos.MajorType type)
public <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
E extends Exception
public Iterator<LogicalExpression> iterator()
public TypeProtos.MajorType getMajorType()
getMajorType
in interface LogicalExpression
getMajorType
in class LogicalExpressionBase
public SchemaPath getPath()
Copyright © 1970 The Apache Software Foundation. All rights reserved.