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