aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/providers/pg/provider/yql_pg_provider.h
blob: ac67849168c835266203fe02f03a09da175d3bd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include <yql/essentials/core/yql_data_provider.h>

namespace NYql {

struct TPgState : public TThrRefBase
{
    using TPtr = TIntrusivePtr<TPgState>;

    TTypeAnnotationContext* Types = nullptr;
};

TDataProviderInitializer GetPgDataProviderInitializer();

} // namespace NYql