public class Field extends Object implements Serializable
| Constructor and Description |
|---|
Field(String name,
Expression value)
Constructor that creates a field used in projection and computation.
|
public Field(String name, Expression value)
name - The non-null name of the field.value - The non-null value of the field.Copyright © 2021. All rights reserved.