CrystalCommunity::DB::GithubStat
Inherits DB::Mappable / DB::Serializable / Struct / Value / Object
Constants
SELECT_ROW = "id, since, repos_scanned, unique_owners, unique_committers, collected_at, repos_pushed_last_30d, repos_created_last_30d, total_stars, stars_bucket_0, stars_bucket_1_10, stars_bucket_11_100, stars_bucket_101_1000, stars_bucket_1001_plus, repos_owner_user, repos_owner_org, top_topics_json"
Constructors
insert!(since : Time, repos_scanned : Int32, unique_owners : Int32, unique_committers : Int32, repos_pushed_last_30d : Int32, repos_created_last_30d : Int32, total_stars : Int64, stars_bucket_0 : Int32, stars_bucket_1_10 : Int32, stars_bucket_11_100 : Int32, stars_bucket_101_1000 : Int32, stars_bucket_1001_plus : Int32, repos_owner_user : Int32, repos_owner_org : Int32, top_topics_json : String, collected_at : Time = Time.utc) : GithubStat
Sourcenew(rs : ::DB::ResultSet)
SourceClass methods
from_rs(rs : ::DB::ResultSet)
Sourcelatest
SourceInstance methods
collected_at
Sourceid
Sourcerepos_created_last_30d
Sourcerepos_owner_org
Sourcerepos_owner_user
Sourcerepos_pushed_last_30d
Sourcerepos_scanned
Sourcesince
Sourcestars_bucket_0
Sourcestars_bucket_1001_plus
Sourcestars_bucket_101_1000
Sourcestars_bucket_11_100
Sourcestars_bucket_1_10
Sourcetop_topics
Sourcetop_topics_json
Sourcetotal_stars
Sourceunique_committers
Sourceunique_owners
Source