blob: 009b433ee4ad799aca6adf9b7606cb0fa3ff7190 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include <yql/essentials/sql/v1/complete/name/object/simple/schema.h>
namespace NSQLComplete {
ISimpleSchema::TPtr MakeStaticSimpleSchema(
THashMap<TString, THashMap<TString, TVector<TFolderEntry>>> fs);
} // namespace NSQLComplete
|