Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ func
Function
func
python/pyarrow/conftest.py:343–344 ·
view source on GitHub ↗
(ctx, x)
Source
from the content-addressed store, hash-verified
341
import
numpy
as
np
342
343
def
func(ctx, x):
344
return
pa.scalar(np.nanmean(x))
345
346
func_name =
"mean_udf"
347
func_doc = {
"summary"
:
"y=avg(x)"
,
Callers
15
gaflight_call_options_foreach_header
Function · 0.50
gaflight_server_call_context_foreach_incoming_header
Function · 0.50
WriteValues
Method · 0.50
StatusToErrorString
Function · 0.50
ScheduleTaskCallback
Method · 0.50
BuildBloomFilter_Parallel
Function · 0.50
OptionalParallelFor
Function · 0.50
OptionalParallelForAsync
Function · 0.50
RunInChild
Method · 0.50
OnBitPackedRun
Function · 0.50
OnRleRun
Function · 0.50
RunInChild
Method · 0.50
Calls
1
scalar
Method · 0.45
Tested by
no test coverage detected