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

Function EnsureInitCastTable

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

Source from the content-addressed store, hash-verified

67}
68
69void EnsureInitCastTable() { std::call_once(cast_table_initialized, InitCastTable); }
70
71const FunctionDoc cast_doc{"Cast values to another data type",
72 ("Behavior when values wouldn't fit in the target type\n"

Callers 2

GetCastFunctionFunction · 0.85
CanCastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected