#pragma once
#include <vector>
#include <string>
namespace DB
{
typedef std::vector<size_t> ColumnNumbers;
}