github_copilot_usage_breakdowns
Breakdown of GitHub Copilot usage by language and editor.
-
id
Primary key - Unique identifier for the row.
-
github_copilot_usage_id
Foreign key - ID of the associated GitHub Copilot usage record.
-
language
string - Programming language of the usage data.
-
editor
string - Editor used during the usage data.
-
suggestions_count
number - Number of suggestions made by Copilot.
-
acceptances_count
number - Number of suggestions accepted by users.
-
lines_suggested
number - Number of lines suggested by Copilot.
-
lines_accepted
number - Number of lines accepted by users.
-
active_users
number - Number of active users.