summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/complete/core/statement.h
blob: eb0151084a3a8321c7d5048bd90ca03ff4b4c3c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace NSQLComplete {

enum class EStatementKind {
    Select,
    Insert,
};

} // namespace NSQLComplete