(table: Table, colpathname: str)
| 112 | |
| 113 | |
| 114 | def _index_pathname_of_column(table: Table, colpathname: str) -> str: |
| 115 | return join_path(_index_pathname_of(table), colpathname) |
| 116 | |
| 117 | |
| 118 | # The next are versions that work with just paths (i.e. we don't need |
no test coverage detected