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

namespace NSQLComplete {

    enum class EStatementKind {
        Select,
        Insert,
    };

} // namespace NSQLComplete