internal TopChainer(ISemantic prev, Nullable <long> top, bool isWithTies, int overloader) : base(((ISelect)prev.Translate(new SemqContext(((DbNode)prev).Root), null)).Select()) { if (top != null) { Prev.SetTop((long)top, isWithTies); } else { SkipBuild = true; } }
internal TopChainer(ISemantic prev, double top, bool isWithTies) : base(((ISelect)prev.Translate(new SemqContext(((DbNode)prev).Root), null)).Select()) { Prev.SetTop(top, isWithTies); }