blob: f053d1dea6db9e14ed13dbeeae6e3fcafb52093d (
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
|
{
"_yql_view_library"="PRAGMA Library('nested_library.sql', 'http_test://nested_library.sql.txt'); import nested_library symbols $to_lower; SELECT key, subkey, value, $to_lower(key) as lower_key from self";
"_yql_syntax_version_library"=1;
"_yql_row_spec" = {
"Type" = [
"StructType";
[
[
"key";
[
"DataType";
"String"
]
];
[
"subkey";
[
"DataType";
"String"
]
];
[
"value";
[
"DataType";
"String"
]
]
]
]
}
}
|