15 lines
599 B
Plaintext
15 lines
599 B
Plaintext
-- This file is automatically generated. You should know what you did if you want to edit this
|
|
-- !sql --
|
|
test_materialized_view_hll DUP_KEYS record_id int int Yes true \N true
|
|
seller_id int int Yes true \N true
|
|
store_id int int Yes true \N true
|
|
sale_date DATE datev2 Yes false \N NONE true
|
|
sale_amt bigint bigint Yes false \N NONE true
|
|
|
|
amt_count AGG_KEYS mv_store_id int int Yes true \N true `store_id`
|
|
mva_HLL_UNION__hll_hash(CAST(`sale_amt` AS varchar(65533))) hll hll No false \N HLL_UNION true hll_hash(CAST(`sale_amt` AS varchar(65533)))
|
|
|
|
-- !sql --
|
|
1 1
|
|
|