Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IsArrowStringLiteral
Function
IsArrowStringLiteral
cpp/src/gandiva/arrow.h:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
constexpr bool IsArrowStringLiteral(arrow::Type::type type) {
59
return type == arrow::Type::STRING || type == arrow::Type::BINARY;
60
}
61
62
} // namespace gandiva
Callers
1
Make
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected