Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions meta/type-scope.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@
"types": ["trgeometry"],
"note": "Serves trgeometry alone; states no validity check."
},
"trgeometry_delete_tstzspan": {
"types": ["trgeometry"],
"note": "Serves trgeometry alone; its validity check names the time span deleted, not the temporal type."
},
"trgeometry_delete_tstzset": {
"types": ["trgeometry"],
"note": "Serves trgeometry alone; its validity check names the timestamp set, not the temporal type."
},
"trgeometry_delete_tstzspanset": {
"types": ["trgeometry"],
"note": "Serves trgeometry alone; its validity check names the time span set, not the temporal type."
},
"trgeometry_at_value": {
"types": ["trgeometry"],
"note": "Serves trgeometry alone. Its operand is a Temporal *, and the only parameter naming a type is the pose restricted to, so the parameter types name the value rather than the temporal type."
Expand Down
Loading