Skip to content

Commit 7fac168

Browse files
xyliganSerejaMatveev Sergei
andauthored
added columnshard tests for bool (#26561)
Co-authored-by: Matveev Sergei <[email protected]>
1 parent 50aed29 commit 7fac168

File tree

3 files changed

+668
-0
lines changed

3 files changed

+668
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#pragma once
2+
3+
namespace NKikimr {
4+
namespace NKqp {
5+
6+
enum EQueryMode {
7+
SCAN_QUERY,
8+
EXECUTE_QUERY
9+
};
10+
11+
enum ETableKind {
12+
COLUMN_SHARD,
13+
DATA_SHARD
14+
};
15+
16+
enum ELoadKind {
17+
ARROW,
18+
YDB_VALUE,
19+
CSV
20+
};
21+
22+
} // namespace NKqp
23+
} // namespace NKikimr

0 commit comments

Comments
 (0)