Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ isLongDecimal
Method
isLongDecimal
bolt/serializers/PrestoSerializer.cpp:1585–1587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1583
}
1584
1585
bool isLongDecimal() const {
1586
return isLongDecimal_;
1587
}
1588
1589
void clear() {
1590
encoding_ = std::nullopt;
Callers
5
read
Function · 0.45
VectorStream
Method · 0.45
appendNonNull
Function · 0.45
serializeFlatVector
Function · 0.45
splitFixedWidthValueBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected