blob: c206b8b5d765e271d95d07479a1bf17d2b43d334 [file] [log] [blame]
CREATE EXTERNAL TABLE external_table (key int, value string);
-- we do not support analyze table ... partialscan on EXTERNAL tables yet
analyze table external_table compute statistics partialscan;