github_copilot_user_metric_by_language_models
Breakdown of GitHub Copilot user metrics by language and model
-
id
Primary key - Unique identifier for the row
-
github_copilot_daily_usage_id
Foreign key - ID of the associated GitHub Copilot daily usage record
-
language
string - Programming language
-
model
string - Name of the AI model used
-
code_generation_activity_count
number - Count of code generation activities for this language and model
-
code_acceptance_activity_count
number - Count of code acceptance activities for this language and model
-
loc_suggested_to_add_sum
number - Total lines of code suggested to add for this language and model
-
loc_suggested_to_delete_sum
number - Total lines of code suggested to delete for this language and model
-
loc_added_sum
number - Total lines of code added for this language and model
-
loc_deleted_sum
number - Total lines of code deleted for this language and model