Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ IsBinaryType
Method
IsBinaryType
be/src/runtime/types.h:223–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
}
222
223
inline bool IsBinaryType() const { return is_binary_; }
224
225
inline bool IsComplexType() const {
226
return type == TYPE_STRUCT || type == TYPE_ARRAY || type == TYPE_MAP;
Callers
11
ColumnToHs2Type
Method · 0.80
AppendRows
Method · 0.80
WriteSlot
Method · 0.80
SupportsCodegenWriteSlot
Method · 0.80
WriteKuduValue
Function · 0.80
FillSchemaElement
Method · 0.80
WriteSlot
Method · 0.80
AppendRows
Method · 0.80
WriteSlot
Method · 0.80
JavaClassFromImpalaType
Method · 0.80
PrimitiveValueToJSON
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected