| 599 | }; |
| 600 | |
| 601 | template<> inline const arrow::ipc::feather::fbs::CategoryMetadata *Column::metadata_as<arrow::ipc::feather::fbs::CategoryMetadata>() const { |
| 602 | return metadata_as_CategoryMetadata(); |
| 603 | } |
| 604 | |
| 605 | template<> inline const arrow::ipc::feather::fbs::TimestampMetadata *Column::metadata_as<arrow::ipc::feather::fbs::TimestampMetadata>() const { |
| 606 | return metadata_as_TimestampMetadata(); |
nothing calls this directly
no test coverage detected