15 lines
591 B
Plaintext
15 lines
591 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(*))) HLL HLL No false \N HLL_UNION true hll_hash(CAST(`sale_amt` AS VARCHAR(*)))
|
|
|
|
-- !sql --
|
|
1 1
|
|
|