blob: 460ca717f839497af9e212ac4b028dc7c3070265 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
{
"_yql_row_spec"={
"Type"=["StructType";[
["k";["OptionalType";["DataType";"String"]]];
["val";["OptionalType";["DataType";"String"]]]]
];
};
"schema" = <"strict" = %true; "unique_keys" = %false>
[
{
"name" = "k";
"type" = "string";
"type_v3" = {"type_name" = "optional"; item = "string"}
};
{
"name" = "val";
"type" = "string";
"type_v3" = {"type_name" = "optional"; item = "string"}
};
];
"extended_stats" = [
{
"column_name" = "k";
"data_weight" = 18;
"num_unique_vals" = 2;
};
{
"column_name" = "val";
"data_weight" = 20;
"num_unique_vals" = 3;
}
]
}
|