MCPcopy Create free account
hub / github.com/apache/datafusion / as_large_string_array

Function as_large_string_array

datafusion/common/src/cast.rs:148–150  ·  view source on GitHub ↗

Downcast Array to LargeStringArray

(array: &dyn Array)

Source from the content-addressed store, hash-verified

146
147// Downcast Array to LargeStringArray
148pub fn as_large_string_array(array: &dyn Array) -> Result<&LargeStringArray> {
149 Ok(downcast_value!(array, LargeStringArray))
150}
151
152// Downcast Array to BooleanArray
153pub fn as_boolean_array(array: &dyn Array) -> Result<&BooleanArray> {

Callers 7

str_to_map_innerFunction · 0.85
spark_handled_url_decodeFunction · 0.85
spark_handled_parse_urlFunction · 0.85
spark_url_encodeFunction · 0.85
spark_unhexFunction · 0.85
invoke_with_argsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…