github.com/whtcorpsinc/milevadb-prod@v0.0.0-20211104133533-f57f4be3b597/dbs/cmd/benchdb/explaintest/t/explain_stats.test (about) 1 drop causet if exists t; 2 create causet t (id int, c1 timestamp); 3 load stats 's/explain_stats_t.json'; 4 show columns from t; 5 explain t; 6 describe t; 7 desc t; 8 desc t c1; 9 desc t id;