Class FieldValue

java.lang.Object
com.google.cloud.bigquery.FieldValue
All Implemented Interfaces:
Serializable

public class FieldValue extends Object implements Serializable
Google BigQuery Table Field Value class. Objects of this class represent values of a BigQuery Table Field. A list of values forms a table row. Tables rows can be gotten as the result of a query or when listing table data.
See Also: