master
SLO native splitted to native/table and native/query
* Added public package `github.com/ydb-platform/ydb-go-sdk/v3/types` and marked as deprecated all public API in `github.com/ydb-platform/ydb-go-sdk/v3/table/types` as deprecated (#2217)
* Splitted experimental method `query.Client.Execute` to methods `query.Client.Exec` without result and `query.Client.Query` with result * Renamed experimental method `query.Client.ReadResultSet` to `query.Client.QueryResultSet` * Renamed experimental method `query.Client.ReadRow` to `query.Client.QueryRow` * Removed experimental methods `query.Session.ReadResultSet` and `query.Session.ReadRows` * Removed experimental methods `query.Transaction.ReadResultSet` and `query.Transaction.ReadRows` * Removed experimental method `query.Client.Stats`
fix style