#pragma once #include namespace NYql { struct TPgState : public TThrRefBase { using TPtr = TIntrusivePtr; TTypeAnnotationContext* Types = nullptr; }; TDataProviderInitializer GetPgDataProviderInitializer(); } // namespace NYql