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

Method create_evaluator

datafusion/physical-plan/src/windows/mod.rs:258–266  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

256 }
257
258 fn create_evaluator(&self) -> Result<Box<dyn PartitionEvaluator>> {
259 self.fun
260 .partition_evaluator_factory(PartitionEvaluatorArgs::new(
261 &self.args,
262 &self.input_fields,
263 self.is_reversed,
264 self.ignore_nulls,
265 ))
266 }
267
268 fn name(&self) -> &str {
269 &self.name

Callers 5

evaluateMethod · 0.80
evaluate_statefulMethod · 0.80
uses_bounded_memoryMethod · 0.80
create_window_fnMethod · 0.80
create_udwf_window_exprFunction · 0.80

Calls 2

newFunction · 0.85

Tested by

no test coverage detected