Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IntervalYearsHolder
Function
IntervalYearsHolder
cpp/src/gandiva/interval_holder.h:137–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
bool in_valid, bool* out_valid);
136
137
explicit IntervalYearsHolder(int32_t suppress_errors)
138
: IntervalHolder<IntervalYearsHolder>(suppress_errors) {}
139
140
private:
141
static int32_t GetIntervalYearFromNumber(ExecutionContext* context,
Callers
1
interval_holder.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected