MCPcopy Create free account

hub / github.com/baidu/bigflow / functions

Functions5,490 in github.com/baidu/bigflow

↓ 5 callersMethodSerialize
bigflow_python/processors/processor.h:264
↓ 5 callersMethodSetup
flume/runtime/io/io_format.cpp:321
↓ 5 callersMethodSplit
flume/runtime/io/io_format.cpp:122
↓ 5 callersFunctionToPiece
flume/runtime/common/fix_empty_group_executor_test.cpp:63
↓ 5 callersMethodUpdate
flume/runtime/common/memory_status_table.cpp:72
↓ 5 callersMethodValue
flume/runtime/common/cache_iterator.cpp:126
↓ 5 callersFunctionVector
flume/runtime/common/fix_empty_group_executor_test.cpp:49
↓ 5 callersMethodWrite
flume/runtime/spark/spark_cache_manager.cpp:87
↓ 5 callersMethod__getattribute__
(self, item)
bigflow_python/python/bigflow/core/serde/cloudpickle.py:579
↓ 5 callersMethod__init__
(self)
bigflow_python/python/bigflow/core/logical_plan.py:822
↓ 5 callersMethod__touch
(self, filepath)
bigflow_python/python/bigflow/runtime/test/python_resource_test.py:164
↓ 5 callersMethod_assertDictItemsEqual
(self, dict1, dict2)
bigflow_python/python/bigflow/test/test_base.py:123
↓ 5 callersFunction_check_set_args
内部函数
bigflow_python/python/bigflow/schema.py:678
↓ 5 callersMethod_toft_path
toft style path
bigflow_python/python/bigflow/pipeline/local_pipeline.py:132
↓ 5 callersMethodadd_directory
向Pipeline添加一个目录,使得该目录下的文件/子目录能够在运行期被访问 Args: dir_path (str): 需要添加的本地目录路径 resource_path (str): 计算引擎运行时访问该目录的路径,
bigflow_python/python/bigflow/pipeline/pipeline_base.py:146
↓ 5 callersMethodadd_stderr_listener
(self, fn)
bigflow_python/python/bigflow/util/process_util.py:55
↓ 5 callersMethodas_schema
根据字段,返回一个SchemaPCollection Args: fields: 类型可以是,tuple,list,dict; 当fields是tuple或list时, 会判断每个元素的类型:
bigflow_python/python/bigflow/pcollection.py:675
↓ 5 callersMethodcache
Persist this PType on storage.
bigflow_python/python/bigflow/ptype.py:73
↓ 5 callersMethoddeserialize
deserialize
bigflow_python/python/bigflow/test/serde_test.py:49
↓ 5 callersMethodfirst
取第一个元素 Returns: PObject: 表示结果的PObject >>> p.parallelize([3, 7, 1, 3, 2, 8]).first.get() 3
bigflow_python/python/bigflow/pcollection.py:405
↓ 5 callersMethodinput
(self, index)
bigflow_python/python/bigflow/core/logical_plan.py:615
↓ 5 callersMethodleast_prepared_inputs
flume/core/logical_plan.h:469
↓ 5 callersMethodmax_elements
取前n大元素,等同于 :func:`bigflow.transforms.max_elements(self, n, key) <bigflow.transforms.max_elements>` Args: n
bigflow_python/python/bigflow/pcollection.py:298
↓ 5 callersFunctionmin
得到输入PCollection中最小的元素 Args: pcollection (PCollection): 输入PCollection key (function, optional): 用于提取key的函数,与Python内置``min()``中的
bigflow_python/python/bigflow/transforms.py:763
↓ 5 callersMethodpartitioner
(self)
bigflow_python/python/bigflow/core/logical_plan.py:687
↓ 5 callersFunctionreduce
inner fun
bigflow_python/python/bigflow/transform_impls/reduce.py:29
↓ 5 callersMethodref_count
flume/util/intrusive_ptr_base.h:73
↓ 5 callersMethodrelease_all
bigflow_python/objectors/serde_impl_wrapper.h:59
↓ 5 callersMethodscope
(self)
bigflow_python/python/bigflow/core/logical_plan.py:159
↓ 5 callersFunctionsum
(ptype)
bigflow_python/python/bigflow/transform_impls/sum.py:27
↓ 5 callersMethodtransform_to_node
内部接口
bigflow_python/python/bigflow/output.py:243
↓ 5 callersMethodtype_string
flume/planner/unit.cpp:134
↓ 4 callersMethodAddExecutable
flume/runtime/resource.cpp:214
↓ 4 callersMethodAddExecutableFromBytes
flume/runtime/resource.cpp:222
↓ 4 callersMethodAddFile
flume/runtime/resource.cpp:78
↓ 4 callersFunctionAsTaskNodeSet
flume/planner/common/task_flow_analysis_test.cpp:35
↓ 4 callersMethodBuild
flume/planner/graph_helper_impl.h:129
↓ 4 callersFunctionCacheLoaderPbEntity
flume/planner/common/cache_util.h:141
↓ 4 callersMethodClose
flume/runtime/common/testing/cache_sinker.cpp:104
↓ 4 callersMethodCopy
flume/runtime/util/serialize_buffer.h:143
↓ 4 callersMethodDeserialize
bigflow_python/objectors/python_objector.h:95
↓ 4 callersMethodDone
flume/runtime/common/general_dispatcher.cpp:487
↓ 4 callersMethodEmit
flume/core/testing/mock_loader.h:54
↓ 4 callersMethodEndSubGroup
flume/runtime/common/executor_base.cpp:200
↓ 4 callersMethodGetReader
flume/runtime/common/file_cache_manager.cpp:210
↓ 4 callersMethodGetRootEntry
flume/runtime/resource.h:116
↓ 4 callersFunctionIdToCacheTaskCheck
flume/planner/spark/add_cache_task_pass_test.cpp:67
↓ 4 callersMethodInitialize
flume/planner/common/load_logical_plan_pass.cpp:196
↓ 4 callersMethodInitialize
flume/runtime/task.cpp:34
↓ 4 callersMethodLeaveScope
flume/core/logical_plan.cpp:499
↓ 4 callersMethodListenTo
flume/runtime/common/partial_executor_test.cpp:163
↓ 4 callersMethodMergeFrom
flume/planner/testing/plan_desc.cpp:85
↓ 4 callersMethodReadKey
flume/runtime/io/io_format.cpp:114
↓ 4 callersMethodRelease
TODO(wenxiang): use memory pool to void frequently new and delete.
flume/runtime/io/io_format.cpp:109
↓ 4 callersMethodRelease
bigflow_python/objectors/python_objector.h:107
↓ 4 callersMethodReset
flume/runtime/common/single_dispatcher.cpp:59
↓ 4 callersMethodResetAllCounters
flume/runtime/counter.cpp:83
↓ 4 callersMethodRun
flume/planner/spark/task_stage_analysis.cpp:164
↓ 4 callersMethodRun
flume/planner/spark/add_transfer_executor_pass.cpp:120
↓ 4 callersMethodSerialize
bigflow_python/objectors/python_objector.h:82
↓ 4 callersMethodSetDebugPass
flume/planner/pass_manager.cpp:335
↓ 4 callersMethodSetJobCommitArgs
flume/runtime/backend.h:143
↓ 4 callersFunctionVector
flume/runtime/common/write_cache_executor_test.cpp:64
↓ 4 callersMethod_broadcast
(self, side_input_tuple)
bigflow_python/python/bigflow/ptable.py:273
↓ 4 callersFunction_get_cogroup_option
(options)
bigflow_python/python/bigflow/transform_impls/join.py:111
↓ 4 callersMethod_key
内部函数 ensure_keep_group的话,则返回至少发一条数据给reduce,确保每个group都保留着。 否则,依赖于其它结点产生group。
bigflow_python/python/bigflow/ptable.py:97
↓ 4 callersFunction_merge_result_after_join
内部函数 在 join,left_join,right_join,full_join后将结果进行合并 例如: left_join后的结果为 [({'clicknum': 2, 'websites': 'a'}, {'click': 9, 'websites'
bigflow_python/python/bigflow/schema.py:795
↓ 4 callersMethod_toft_path
(self, uri, ugi=None)
bigflow_python/python/bigflow/pipeline/spark_pipeline.py:218
↓ 4 callersFunction_value_serde
内部函数
bigflow_python/python/bigflow/schema.py:774
↓ 4 callersMethodas_pcollection
将PObject转为PCollection Returns: PCollection: 变换结果
bigflow_python/python/bigflow/pobject.py:101
↓ 4 callersMethodcall
bigflow_python/processors/reduce_processor_test.cpp:44
↓ 4 callersFunctioncheck_argument
(pcollections)
bigflow_python/python/bigflow/transform_impls/join.py:103
↓ 4 callersMethodclose
用户可以重写该方法。
bigflow_python/python/bigflow/output.py:469
↓ 4 callersMethodcommon_scope
(inputs)
bigflow_python/python/bigflow/core/logical_plan.py:62
↓ 4 callersMethoddecode
flume/runtime/common/transfer_encoding.cpp:350
↓ 4 callersFunctiondefault_hadoop_config_path
()
bigflow_python/python/bigflow/rpc/requests.py:241
↓ 4 callersMethoddeserialize
flume/runtime/io/io_format.cpp:299
↓ 4 callersMethoddiff
返回与另一个PCollection中不相同的元素 Args: other (PCollection): 另一个PCollection Returns: PCollection: 表示结果的PCollec
bigflow_python/python/bigflow/pcollection.py:657
↓ 4 callersMethoddistinct
元素去重,等同于 :func:`bigflow.transforms.distinct(self) <bigflow.transforms.distinct>` Args: **options: 可配置选项
bigflow_python/python/bigflow/pcollection.py:142
↓ 4 callersMethoddistribute_by
(self, partitioner_obj)
bigflow_python/python/bigflow/core/logical_plan.py:739
↓ 4 callersMethodfind
(self, a)
bigflow_python/python/bigflow/test/testdata_for_spark/disjointset.py:27
↓ 4 callersMethodforeach
等同于 :func:`bigflow.transforms.foreach(self, fn, *side_inputs, **options) <bigflow.transforms.foreach>` Args:
bigflow_python/python/bigflow/pcollection.py:197
↓ 4 callersMethodfs_rmr
Wraps console command 'hadoop fs -rmr <path>' Args: path (str): path to be removed
bigflow_python/python/bigflow/util/hadoop_client.py:131
↓ 4 callersMethodfull_join
与其他PCollection做全连接操作,等同于 :func:`bigflow.transforms.full_join(self, other, *others) <bigflow.transforms.full_join>` A
bigflow_python/python/bigflow/pcollection.py:534
↓ 4 callersMethodgenerate_data
(self)
bigflow_python/python/bigflow/transform_impls/test/join_test.py:36
↓ 4 callersFunctionget
get n elements
bigflow_python/python/bigflow/test/magic.py:187
↓ 4 callersMethodget
flume/runtime/common/executor_impl.h:199
↓ 4 callersMethodget_args
get_args
bigflow_python/python/bigflow/serde.py:354
↓ 4 callersMethodget_entity_name
(self)
bigflow_python/python/bigflow/core/entity.py:366
↓ 4 callersMethodget_fields_to_types
Return all fields and corresponding types of FieldsDict
bigflow_python/python/bigflow/schema.py:67
↓ 4 callersMethodinput_done
flume/runtime/spark/spark_task.cpp:132
↓ 4 callersMethodleft_join
与其他PCollection做左连接操作,等同于 :func:`bigflow.transforms.left_join(self, other, *others) <bigflow.transforms.left_join>` A
bigflow_python/python/bigflow/pcollection.py:492
↓ 4 callersMethodload
flume/runtime/io/io_format.cpp:217
↓ 4 callersMethodmatch_any
(self)
bigflow_python/python/bigflow/core/logical_plan.py:715
↓ 4 callersMethodmin_elements
取前n小元素,等同于 :func:`bigflow.transforms.min_elements(self, key) <bigflow.transforms.min_elements>` Args: n (i
bigflow_python/python/bigflow/pcollection.py:336
↓ 4 callersFunctionobject_len
bigflow_python/common/python.cpp:132
↓ 4 callersMethodoperator()
bigflow_python/functors/py_functor_caller.cpp:119
↓ 4 callersFunctionpipe
对于给定的PCollection/PTable,返回通过command处理后的PCollection Args: pvalue (PCollection/PTable): 输入 command: 命令行 **options: 可配置选项
bigflow_python/python/bigflow/transforms.py:1262
↓ 4 callersMethodrelease_object
bigflow_python/objectors/serde_impl_wrapper.h:55
↓ 4 callersMethodright_join
与其他PCollection做右连接操作,等同于 :func:`bigflow.transforms.right_join(self, other, *others) <bigflow.transforms.right_join>`
bigflow_python/python/bigflow/pcollection.py:513
← previousnext →501–600 of 5,490, ranked by callers