feat: support creating tiered sharded table via SQL
Summary
Added support of creating tiered sharded tables via SQL.
Added following checks on stage of creating DDL for sharded tables:
- Check that specified tier present.
- Check that at least one instance belongs to specified tier.
Tier membership information for sharded tables stored in distribution
field in _pico_table
system table.
- Close #641 (closed)
- Cherry-pick to: none
- Docs follow-up: not necessary
- See also sbroad!428 (merged)
Edited by Alexander Kurdakov