MCPcopy Create free account
hub / github.com/apache/impala / Validate

Function Validate

be/src/exprs/cast-functions-ir.cc:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 ConversionType<FROM_TYPE, TO_TYPE>::conversion_always_succeeds
140 >* = nullptr>
141bool Validate(FROM_TYPE from, FunctionContext* ctx) {
142 return true;
143}
144
145template <class FROM_TYPE, class TO_TYPE, typename std::enable_if_t<
146 ConversionType<FROM_TYPE, TO_TYPE>::floatingpoint_to_integer_conversion

Callers 15

ValidateUdfMethod · 0.50
TimestampValueMethod · 0.50
set_dateMethod · 0.50
set_timeMethod · 0.50
TimestampValueClass · 0.50
ReadDoneMethod · 0.50
OperDoneMethod · 0.50
CancelMethod · 0.50
CancelAndMarkInactiveMethod · 0.50
AddScanRangesMethod · 0.50
GetNextUnstartedRangeMethod · 0.50
StartScanRangeMethod · 0.50

Calls 3

maxFunction · 0.85
SubstituteFunction · 0.85
SetErrorMethod · 0.45

Tested by 2

ValidateUdfMethod · 0.40
TEST_FFunction · 0.40