mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 01:54:55 +00:00
13 lines
114 B
C++
13 lines
114 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
|
|
namespace DB
|
|
{
|
|
|
|
typedef std::vector<size_t> ColumnNumbers;
|
|
|
|
}
|