MCPcopy Create free account
hub / github.com/catboost/catboost / CalcExpressionStr

Method CalcExpressionStr

library/cpp/expression/expression.cpp:868–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866}
867
868TString TExpressionImpl::CalcExpressionStr(const IExpressionAdaptor& data) const {
869 return CalcVariantExpression(data).ToStr();
870}
871
872void TExpression::GetTokensWithSuffix(const TString& suffix, TVector<TString>& tokens) const {
873 Pimpl->GetTokensWithSuffix(suffix, tokens);

Callers

nothing calls this directly

Calls 1

ToStrMethod · 0.80

Tested by

no test coverage detected