Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 607 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 607 Bytes

cql

Attempt to Support the CQL Library in Dart

Questions

  • The middle example for Duration would seem to suggest that if one input is specified with more precision, then the Duration is given as a range. If this is the case, should the example not be [1, 11]?
  • I don't understand the difference between Difference which "returns the number of boundaries crossed for the specified precision" and Duration, which "returns the number of whole calendar periods for the specified precision".