-
Notifications
You must be signed in to change notification settings - Fork 3.8k
CASSANDRA-17709 (4.0): Make CQL.textile up to date #1886
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
Conversation
…nly the Changes part was missing.
| | @currentTimestamp@ | @timestamp@ | | ||
| | @currentDate@ | @date@ | | ||
| | @currentTime@ | @time@ | | ||
| | @currentTimeUUID@ | @timeUUID@ | |
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.
Spacing
| @@ -1,4 +1,4 @@ | |||
| <!-- | |||
| !-- | |||
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.
Probably still need this :)
| The return type of the operation will be based on the operand types: | ||
|
|
||
|
|
||
| |_. left/right |_. @tinyint@ |_. @smallint@ |_. @int@ |_. @bigint@ |_. @counter@ |_. @float@ |_. @double@ |_. @varint@ |_. @decimal@ | |
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.
formatting
| |_. from |_. to | | ||
| |@ascii@ |@text@, @varchar@ | | ||
| |@bigint@ |@tinyint@, @smallint@, @int@, @float@, @double@, @decimal@, @varint@, @text@, @varchar@ | | ||
| |@bigint@ |@tinyint@, @smallint@, @int@, @float@, @double@, @@decimal@@, @varint@, @text@, @varchar@ | |
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.
spacing is off-by-one
| |@date@ | integers, strings |A date (with no corresponding time value). See "Working with dates":#usingdates below for more information.| | ||
| |@decimal@ | integers, floats |Variable-precision decimal| | ||
| |@double@ | integers |64-bit IEEE-754 floating point| | ||
| |@duration@ | duration | A duration with nanosecond precision. See "Working with durations":#usingdurations below for details.| |
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.
spacing
|
|
||
| h3(#usingdurations). Working with durations | ||
|
|
||
| Values of the @duration@ type are encoded as 3 signed integer of variable lengths. The first integer represents the |
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.
integer -> integers
Thanks for sending a pull request! Here are some tips if you're new here:
Commit messages should follow the following format:
The Cassandra Jira