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

Method values

datafusion/functions-nested/src/array_has.rs:286–292  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

284 }
285
286 fn values(&self) -> &ArrayRef {
287 match self {
288 ArrayWrapper::FixedSizeList(arr) => arr.values(),
289 ArrayWrapper::List(arr) => arr.values(),
290 ArrayWrapper::LargeList(arr) => arr.values(),
291 }
292 }
293
294 fn value_type(&self) -> DataType {
295 match self {

Callers 15

general_replaceFunction · 0.45
array_replace_n_innerFunction · 0.45
resolve_start_fromFunction · 0.45
array_position_scalarFunction · 0.45
general_positionsFunction · 0.45
array_positions_scalarFunction · 0.45
general_cosine_distanceFunction · 0.45
arrays_zip_innerFunction · 0.45
map_values_innerFunction · 0.45

Calls

no outgoing calls