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

Method CalcAdapterExpression

library/cpp/expression/expression.h:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 return Pimpl->CalcExpressionStr(iadapter);
202 }
203 double CalcAdapterExpression(const IExpressionAdaptor& iadapter) const {
204 return Pimpl->CalcExpression(iadapter);
205 }
206 void GetTokensWithSuffix(const TString& suffix, TVector<TString>& tokens) const;
207 void GetTokensWithPrefix(const TString& prefix, TVector<TString>& tokens) const;
208 TExpression& SetRegexMatcher(TExpressionRegexMatcher matcher);

Callers 2

CheckAdapterConditionMethod · 0.45
CalcAdapterExpressionMethod · 0.45

Calls 1

CalcExpressionMethod · 0.45

Tested by

no test coverage detected