aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/complete/name/object/schema.cpp
blob: ef64e0d371d8280d962d9961ee3e666424cee841 (plain) (blame)
1
2
3
4
5
6
#include "schema.h"

template <>
void Out<NSQLComplete::TFolderEntry>(IOutputStream& out, const NSQLComplete::TFolderEntry& value) {
    out << "{" << value.Type << ", " << value.Name << "}";
}