public class NamedExpression extends Object
| Constructor and Description |
|---|
NamedExpression(LogicalExpression expr,
FieldReference ref) |
| Modifier and Type | Method and Description |
|---|---|
LogicalExpression |
getExpr() |
FieldReference |
getRef() |
String |
toString() |
public NamedExpression(LogicalExpression expr, FieldReference ref)
public LogicalExpression getExpr()
public FieldReference getRef()
Copyright © 2021 The Apache Software Foundation. All rights reserved.