Regen all remaining APIs with preproc - more changes than anticipated

This commit is contained in:
Sebastian Thiel
2019-07-05 17:05:15 +08:00
parent f33fae47e9
commit 3365d9fba1
90 changed files with 2777 additions and 2569 deletions

View File

@@ -1397,14 +1397,13 @@ impl Part for DatasetAccess {}
/// INT64: {type_kind="INT64"}
/// ARRAY<STRING>: {type_kind="ARRAY", array_element_type="STRING"}
/// STRUCT<x STRING, y ARRAY<DATE>>:
/// {type_kind="STRUCT",
/// struct_type={fields=[
/// {name="x", type={type_kind="STRING"}},
/// {name="y", type={type_kind="ARRAY", array_element_type="DATE"}}
/// ]}}
/// {type_kind="STRUCT",
/// struct_type={fields=[
/// {name="x", type={type_kind="STRING"}},
/// {name="y", type={type_kind="ARRAY", array_element_type="DATE"}}
/// ]}}
///
/// This type is not used in any activity, and only used as *part* of another schema.
///
#[derive(Default, Clone, Debug, Serialize, Deserialize)]
pub struct StandardSqlDataType {
/// The fields of this struct, in order, if type_kind = "STRUCT".