-
Notifications
You must be signed in to change notification settings - Fork 735
Fix ListFromRange signatures in docs #10014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ListFromRange signatures in docs #10014
Conversation
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
| ListFromRange(T, T)->LazyList<T> -- T - числовой тип или тип, представляющий дату/время | ||
| ListFromRange(T?, T?)->LazyList<T>? -- T - числовой тип или тип, представляющий дату/время |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ListFromRange(T, T)->LazyList<T> -- T - числовой тип или тип, представляющий дату/время | |
| ListFromRange(T?, T?)->LazyList<T>? -- T - числовой тип или тип, представляющий дату/время | |
| ListFromRange(T{Flags:AutoMap}, T{Flags:AutoMap}, T?)->LazyList<T> -- T — числовой тип | |
| ListFromRange(T{Flags:AutoMap}, T{Flags:AutoMap}, I?)->LazyList<T> -- T — тип, представляющий дату/время, I — интервал |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
плюс в английской версии нужно аналогично
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igormunkin ping
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reference for <ListFromRange> builtin is missing the signature for parameters being optional YQL type. This specialization is worth mentioning since in that case the optional type is propagated further to the <ListFromRange> resulting type.
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
The reference for
ListFromRangebuiltin is missing the signature for parameters being optional YQL type. This specialization is worth mentioning since in that case the optional type is propagated further to theListFromRangeresulting type.Changelog category