cql
Here are 113 public repositories matching this topic...
Java source code:
https://github.com/datastax/java-driver/tree/4.x/examples/src/main/java/com/datastax/oss/driver/examples/mapper
Requirements:
- It should be placed in examples/killrvideo dir
- Each java package should come as a file - it should be a flat package
- It should be simple, easy to understand so that others can copy ideas from it
- It should use migrate to create schema
- It
Complete algorithm: http://web.cecs.pdx.edu/~mpj/pubs/polyrec.html
According to http://docs.datastax.com/en/cql/3.3/cql/cql_reference/ucase-lcase_r.html
Troy's CQL Parser should
- support double quoted identifiers (especially column names in select clause and create table)
- lower case identifiers, unless they are double quoted.
The Chlamydia Screening CQM example (and potentially others) still reference context Population. These should be updated to reference Unspecified context.
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
Apr 21, 2020 - Python
-
Updated
May 15, 2019 - Go
-
Updated
May 27, 2020 - Erlang
-
Updated
Oct 17, 2019 - Erlang
-
Updated
Mar 25, 2020 - Scala
Test names:
QuantityEqCM1M01 : 1'cm' = 0.01'm'
GreaterM1CM1 : 1'm' > 1'cm'
GreaterM1CM10 : 1'm' > 10'cm'
GreaterOrEqualM1CM1 : 1'm' >= 1'cm'
GreaterOrEqualM1CM10 : 1'm' >= 10'cm'
LessM1CM1 : 1'm' < 1'cm'
LessM1CM10 : 1'm' < 10'cm'
LessOrEqualM1CM1 : 1'm' <= 1'cm'
LessOrEqualM1CM10 : 1'm' <= 10'cm'
EquivEqCM1M01 : 1'cm' ~ 0.01'm'
QuantityNotEqCM1M01 : 1'cm' != 0.01'm'
For MeasureReport, this means the canonical reference to the Measure should include the version of the Measure. For GuidanceResponse, the version of the PlanDefinition, and for CDS Hooks responses, the source should be:
"source": {
"label": "<PlanDefinition.title ?? PlanDefinition.name>",
"url": "<PlanDefinition.url + '|' + PlanDefinition.version>"
}
-
Updated
Jun 26, 2020 - HTML
Prerequisites
- Are you rebased to master ?
- Is it reproducible ?
- Did you perform a cursory search if this issue isn't opened ?
Versions
- SCT: [branch or hash tag you are working on] any
Description
SCT log has a lot of prints like:
c:sdcm.sct_events p:INFO > {"id":868,"message":"Annotation added"}
It seems unnecessary. It create a
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Nov 14, 2019 - Go
-
Updated
Mar 24, 2020 - Java
-
Updated
Dec 27, 2019 - HTML
-
Updated
Aug 23, 2018 - JavaScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Jun 28, 2018 - JavaScript
-
Updated
May 11, 2018 - JavaScript
-
Updated
Sep 14, 2019 - Go
Improve this page
Add a description, image, and links to the cql topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cql topic, visit your repo's landing page and select "manage topics."
I am trying to figure out how to bring online 2 servers in to the "cluster" so I have redundancy of the miners and other components
I already have 1 Host running all the Private Deploy and pushed the container to a private docker repository
Now I am trying to figure out what "minimum" I need to bring online a second server.
I suspect the steps are close but I am pretty sure I copied too m