MCPcopy Create free account
hub / github.com/apache/arrow / is_unsafe

Method is_unsafe

cpp/src/arrow/compute/cast.cc:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232bool CastOptions::is_unsafe() const {
233 return allow_int_overflow && allow_time_truncate && allow_time_overflow &&
234 allow_decimal_truncate && allow_float_truncate && allow_invalid_utf8;
235}
236
237constexpr char CastOptions::kTypeName[];
238

Callers 1

ToProtoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected