| 186 | } |
| 187 | |
| 188 | THolder<ICdProvider> MakeCdProviderFromFile(const NCB::TPathWithScheme& path) { |
| 189 | return MakeHolder<TCdFromFileProvider>(path); |
| 190 | } |
| 191 | |
| 192 | TVector<TColumn> TCdFromFileProvider::GetColumnsDescription(TMaybe<ui32> columnsCount) const { |
| 193 | TVector<TColumn> columnsDescription; |
no outgoing calls
no test coverage detected