MCPcopy Create free account
hub / github.com/apache/arrow / StringToBoolean

Function StringToBoolean

cpp/src/arrow/flight/sql/column_metadata.cc:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

GetIsAutoIncrementMethod · 0.85
GetIsCaseSensitiveMethod · 0.85
GetIsReadOnlyMethod · 0.85
GetIsSearchableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected