public class ComputedColumn extends Object implements Serializable
Constructor and Description |
---|
ComputedColumn(String columnName,
Expression expression) |
Modifier and Type | Method and Description |
---|---|
String |
columnName() |
DataType |
columnType() |
String |
eval(String input)
Compute column's value from given argument.
|
String |
fieldReference() |
public ComputedColumn(String columnName, Expression expression)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.