Class MissingValueInterpretation (2.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
MissingValueInterpretation(value)
An enum to indicate how to interpret missing values of fields
that are present in user schema but missing in rows. A missing
value can represent a NULL or a column default value defined in
BigQuery table schema.
Enums
Name
Description
MISSING_VALUE_INTERPRETATION_UNSPECIFIED
Invalid missing value interpretation. Requests with this value will be rejected.
NULL_VALUE
Missing value is interpreted as NULL.
DEFAULT_VALUE
Missing value is interpreted as column default value if declared in the table schema, NULL otherwise.
[[["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 2026-06-02 UTC."],[],[]]