aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/schema/user_schema_no_infer.sql
blob: 1c3343a29586e986e06587c8ba1f7c27de512fc3 (plain) (blame)
1
2
3
4
5
/* syntax version 1 */
use plato;
pragma yt.InferSchema;

select * from Input with schema Struct<key:String>;