| 41 | } |
| 42 | |
| 43 | bool StringToBoolean(const std::string& string_value) { |
| 44 | return string_value == BOOLEAN_TRUE_STR; |
| 45 | } |
| 46 | } // namespace |
| 47 | |
| 48 | const char* ColumnMetadata::kCatalogName = "ARROW:FLIGHT:SQL:CATALOG_NAME"; |
no outgoing calls
no test coverage detected