task_pages__schema__field_role_count¶
Identity¶
- Domain:
pages - Scene id:
schema - Task id:
task_pages__schema__field_role_count
Program Contract¶
- Program schema:
schema_field_role_count(table, field_role) -> field_count; scene=schema; scope=field_role_count - Scene:
schema - Scope: one rendered database schema diagram with table boxes, field rows, relationship lines, labels, and cardinality markers.
- Supported
query_idvalues:all_field_count,attribute_field_count - Answer schema:
integer - Annotation schema:
bbox_set - Annotation roles: unordered field-row boxes for every counted row in the named table.
- Query arguments:
field_role=allfor all rows orfield_role=attributefor rows withoutPKorFKbadges. - Render arguments: table labels, field labels, key badges, relationship layout, scene variant, style variant, render dimensions, and post-render noise.
The all_field_count branch counts every visible field row in the named table.
The attribute_field_count branch counts only rows without PK or FK badges.
Annotation boxes mark the counted field rows only.
Reasoning Operations¶
Families: filtering, counting