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

Function Unsafe

cpp/src/arrow/compute/cast.h:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 static CastOptions Unsafe(TypeHolder to_type = {}) {
56 CastOptions unsafe(false);
57 unsafe.to_type = std::move(to_type);
58 return unsafe;
59 }
60
61 // Type being casted to. May be passed separate to eager function
62 // compute::Cast

Callers 10

CopyIntoMethod · 0.85
FromProtoFunction · 0.85
Plan_Q1Function · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
CastInt64ToInt32UnsafeFunction · 0.85
CastInt64ToDoubleUnsafeFunction · 0.85
CastDoubleToInt32UnsafeFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68