| 607 | } |
| 608 | |
| 609 | template<> inline const arrow::ipc::feather::fbs::DateMetadata *Column::metadata_as<arrow::ipc::feather::fbs::DateMetadata>() const { |
| 610 | return metadata_as_DateMetadata(); |
| 611 | } |
| 612 | |
| 613 | template<> inline const arrow::ipc::feather::fbs::TimeMetadata *Column::metadata_as<arrow::ipc::feather::fbs::TimeMetadata>() const { |
| 614 | return metadata_as_TimeMetadata(); |
nothing calls this directly
no test coverage detected