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.
Returns Attribute#REPEATED if the corresponding field has (Field.Mode#REPEATED) mode. Returns Attribute#RECORD if the corresponding field is
a LegacySQLTypeName#RECORD type.
getBooleanValue()
publicbooleangetBooleanValue()
Returns this field's value as a Boolean. This method should only be used if the
corresponding field has LegacySQLTypeName#BOOLEAN type.
Returns this field's value as a org.threeten.extra.PeriodDuration. This method should
be used if the corresponding field has StandardSQLTypeName#INTERVAL type, or if it is a
legal canonical format "[sign]Y-M [sign]D [sign]H:M:S[.F]", e.g. "123-7 -19 0:24:12.000006" or
ISO 8601.
Returns
Type
Description
org.threeten.extra.PeriodDuration
getRangeValue()
publicRangegetRangeValue()
Returns this field's value as a Range. This method should only be used * if the
corresponding field has LegacySQLTypeName#RANGE type.
Returns this field's value as a list of FieldValue. This method should only be used if
the corresponding field has Field.Mode#REPEATED mode (i.e. #getAttribute() is
Attribute#REPEATED).
Returns this field's value as a String, representing a timestamp as an Instant. This
method should only be used if the corresponding field has LegacySQLTypeName#TIMESTAMP
type.
Returns this field's value as a long, representing a timestamp in microseconds since
epoch (UNIX time). This method should only be used if the corresponding field has LegacySQLTypeName#TIMESTAMP type.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[],[]]