1 2 3 4 5 6 7 8 9
#include "yql_co.h" namespace NYql { void RegisterCoFlowIdentityAwareCallables1(TCallableOptimizerMap& map) { Y_UNUSED(map); } }