summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/weak_field/optimize_weak_fields_map.yql
blob: 6cbe12e9795eb11ce9701fe88d752a4410c770dd (plain) (blame)
1
2
3
4
/* kikimr can not */
pragma yt.InferSchema;
USE plato;
SELECT key, WeakField(subkey, "Int64"), WeakField(value, "String") FROM Input;