Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ func
Function
func
python/pyarrow/conftest.py:346–347 ·
view source on GitHub ↗
(ctx, x)
Source
from the content-addressed store, hash-verified
344
import
numpy
as
np
345
346
def
func(ctx, x):
347
return
pa.scalar(np.nanmean(x))
348
349
func_name =
"mean_udf"
350
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
operator()
Method · 0.50
OnBitPackedRun
Function · 0.50
OnRleRun
Function · 0.50
Calls
1
scalar
Method · 0.45
Tested by
no test coverage detected