FeatureBaseDB / featurebase

A crazy fast analytical database, built on bitmaps. Perfect for ML applications. Learn more at: http://docs.featurebase.com/. Start a Docker instance: https://hub.docker.com/r/featurebasedb/featurebase
https://www.featurebase.com
Apache License 2.0
2.53k stars 233 forks source link

Add datetimename function to SQL3 #2293

Closed lorycloutier closed 1 year ago

lorycloutier commented 1 year ago

FB-1896 Added the datetimename function, which returns parts of a timestamp as strings. Month and day of the week are named ("January", "Monday") while others are returned as a string of digits ("2023"). Added tests to the test definitions.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
53.4% 53.4% Duplication