Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/madlib
/ functions
Functions
2,182 in github.com/apache/madlib
⨍
Functions
2,182
◇
Types & classes
493
↓ 2 callers
Function
mark_subtree_removal
src/modules/recursive_partitioning/decision_tree.cpp:474
↓ 2 callers
Function
mfv_copy_datum
! * copy datum <c>dat</c> into the offset of position <c>index</c> of * the mfv sketch stored in <c>transblob</c>. * * <i>Caller beware: this help
methods/sketch/src/pg_gp/mfvsketch.c:287
↓ 2 callers
Function
mfv_transval_insert_at
! * insert a value at position i of the mfv sketch * * we do not overwrite the previous value at position i. * instead we place the new value at t
methods/sketch/src/pg_gp/mfvsketch.c:310
↓ 2 callers
Function
mult
src/modules/crf/linear_crf.cpp:676
↓ 2 callers
Method
nodeWeightedCount
src/modules/recursive_partitioning/DT_impl.hpp:933
↓ 2 callers
Function
op_sdata_by_scalar_copy
methods/svec/src/pg_gp/SparseData.c:507
↓ 2 callers
Function
op_sdata_by_scalar_inplace
Do one of subtract, add, multiply, or divide depending on * the value of operation. */
methods/svec/src/pg_gp/SparseData.c:462
↓ 2 callers
Method
open
(self)
src/madpack/yaml/serializer.py:27
↓ 2 callers
Method
parentIndex
src/modules/recursive_partitioning/DT_proto.hpp:91
↓ 2 callers
Method
parse_block_node_or_indentless_sequence
(self)
src/madpack/yaml/parser.py:267
↓ 2 callers
Method
parse_known_args
(self, args=None, namespace=None)
src/madpack/argparse.py:1717
↓ 2 callers
Function
partition_select
* The call interface to partition_select has one complicated looking feature: * you must pass in a "Real Index Calculation" function that will return
methods/svec_util/src/pg_gp/svec_util.c:902
↓ 2 callers
Method
prepare_anchor
(self, anchor)
src/madpack/yaml/emitter.py:605
↓ 2 callers
Method
prepare_tag
(self, tag)
src/madpack/yaml/emitter.py:570
↓ 2 callers
Method
process_anchor
(self, indicator)
src/madpack/yaml/emitter.py:448
↓ 2 callers
Method
ptr
src/dbal/ByteStream_impl.hpp:150
↓ 2 callers
Function
r_LONG
src/libstemmer/src_c/stem_UTF_8_finnish.c:416
↓ 2 callers
Function
r_LONG
src/libstemmer/src_c/stem_ISO_8859_1_finnish.c:416
↓ 2 callers
Function
r_R1
src/libstemmer/src_c/stem_ISO_8859_2_romanian.c:702
↓ 2 callers
Function
r_R1
src/libstemmer/src_c/stem_UTF_8_romanian.c:708
↓ 2 callers
Function
r_consonant_pair
src/libstemmer/src_c/stem_ISO_8859_1_danish.c:191
↓ 2 callers
Function
r_consonant_pair
src/libstemmer/src_c/stem_UTF_8_danish.c:191
↓ 2 callers
Function
r_e_ending
src/libstemmer/src_c/stem_ISO_8859_1_dutch.c:344
↓ 2 callers
Function
r_e_ending
src/libstemmer/src_c/stem_UTF_8_dutch.c:352
↓ 2 callers
Function
r_en_ending
src/libstemmer/src_c/stem_ISO_8859_1_dutch.c:368
↓ 2 callers
Function
r_en_ending
src/libstemmer/src_c/stem_UTF_8_dutch.c:376
↓ 2 callers
Function
r_mark_DA
src/libstemmer/src_c/stem_UTF_8_turkish.c:783
↓ 2 callers
Function
r_mark_DUr
src/libstemmer/src_c/stem_UTF_8_turkish.c:920
↓ 2 callers
Function
r_mark_nUn
src/libstemmer/src_c/stem_UTF_8_turkish.c:745
↓ 2 callers
Function
r_mark_ndA
src/libstemmer/src_c/stem_UTF_8_turkish.c:793
↓ 2 callers
Function
r_mark_suffix_with_optional_n_consonant
src/libstemmer/src_c/stem_UTF_8_turkish.c:526
↓ 2 callers
Function
r_shortv
src/libstemmer/src_c/stem_UTF_8_english.c:466
↓ 2 callers
Function
r_shortv
src/libstemmer/src_c/stem_UTF_8_porter.c:237
↓ 2 callers
Function
r_shortv
src/libstemmer/src_c/stem_ISO_8859_1_english.c:464
↓ 2 callers
Function
r_shortv
src/libstemmer/src_c/stem_ISO_8859_1_porter.c:237
↓ 2 callers
Function
r_undouble
src/libstemmer/src_c/stem_ISO_8859_2_hungarian.c:574
↓ 2 callers
Function
r_undouble
src/libstemmer/src_c/stem_UTF_8_hungarian.c:576
↓ 2 callers
Method
rebind
* @brief Rebind to a new storage array * * @param inWidthOfA The number of independent variables. * * Array layout (iteration refe
src/modules/linear_systems/dense_linear_systems.cpp:215
↓ 2 callers
Method
rebind
* @brief Rebind to a new storage array * * @param inWidthOfX The number of independent variables. * */
src/modules/stats/marginal_cox.cpp:142
↓ 2 callers
Method
rebind
* @brief Rebind to a new storage array * * @param inWidthOfX The number of independent variables. * * Array layout: * Inter i
src/modules/stats/cox_prop_hazards.cpp:268
↓ 2 callers
Method
reset
src/modules/convex/newton.hpp:44
↓ 2 callers
Function
reverse
* @param sdata The SparseData to be reversed * @return A copy of the input SparseData, with the order of the elements reversed. */
methods/svec/src/pg_gp/SparseData.c:1648
↓ 2 callers
Function
rightmost_one
! * Simple linear function to find the rightmost bit that's set to one * (i.e. the # of trailing zeros to the right). * \param bits a bitmap contai
methods/sketch/src/pg_gp/sketch_support.c:59
↓ 2 callers
Function
run_query
(sql, show_error, con_args=con_args)
src/madpack/madpack.py:108
↓ 2 callers
Function
sb_stemmer_new
src/libstemmer/libstemmer/libstemmer.c:34
↓ 2 callers
Method
scan_anchor
(self, TokenClass)
src/madpack/yaml/scanner.py:904
↓ 2 callers
Method
scan_block_scalar_breaks
(self, indent)
src/madpack/yaml/scanner.py:1127
↓ 2 callers
Method
scan_flow_scalar_breaks
(self, double, start_mark)
src/madpack/yaml/scanner.py:1257
↓ 2 callers
Method
scan_flow_scalar_non_spaces
(self, double, start_mark)
src/madpack/yaml/scanner.py:1190
↓ 2 callers
Method
scan_tag_handle
(self, name, start_mark)
src/madpack/yaml/scanner.py:1359
↓ 2 callers
Method
scan_yaml_directive_number
(self, start_mark)
src/madpack/yaml/scanner.py:846
↓ 2 callers
Function
sd_proj
* @param sdata The SparseData to be projected on * @param idx The index to be projected * @return The element of a SparseData at location idx. */
methods/svec/src/pg_gp/SparseData.c:1571
↓ 2 callers
Function
sdata_to_float8arr
* @param sdata The SparseData to be converted to an array of float8s * @return A float8[] representation of a SparseData */
methods/svec/src/pg_gp/SparseData.c:1462
↓ 2 callers
Method
serialize
(self, node)
src/madpack/yaml/serializer.py:46
↓ 2 callers
Method
setSize
src/dbal/DynamicStruct_impl.hpp:149
↓ 2 callers
Function
setSystemInformationInFmgrInfo
* @brief Store cached system-catalog information in backend function handle * * @param inFmgrInfo Backend handle to the function * @param inSysInfo
src/ports/postgres/dbconnector/SystemInformation_impl.hpp:56
↓ 2 callers
Method
set_python_instance_state
(self, instance, state)
src/madpack/yaml/constructor.py:551
↓ 2 callers
Function
sigma
src/modules/regress/clustered_errors.cpp:340
↓ 2 callers
Function
slice_check
src/libstemmer/runtime/utilities.c:380
↓ 2 callers
Function
sortasort_try_insert
! * insert a new element into s_in if there's room and return TRUE * if not enough room, return FALSE * \param s_in a sortasort * \param dat a Dat
methods/sketch/src/pg_gp/sortasort.c:126
↓ 2 callers
Function
sparsedata_eq
Checks the equality of two SparseData. We can't assume that two * SparseData are in canonical form. * * The algorithm is simple: we traverse the le
methods/svec/src/pg_gp/SparseData.c:791
↓ 2 callers
Function
sparsedata_gt
Compare two SparseData, and return true if the left one is greater. * We can't assume that two SparseData are in canonical form. * * The algorithm
methods/svec/src/pg_gp/SparseData.c:714
↓ 2 callers
Function
sparsedata_lt
Compare two SparseData, and return true if the left one is less. * We can't assume that two SparseData are in canonical form. * * The algorithm is
methods/svec/src/pg_gp/SparseData.c:637
↓ 2 callers
Method
stale_possible_simple_keys
(self)
src/madpack/yaml/scanner.py:276
↓ 2 callers
Function
stem_token_text
methods/stemmer/src/pg_gp/porter_stemmer.c:64
↓ 2 callers
Function
svec_from_float8arr
* Produces an svec from an array */
methods/svec/src/pg_gp/sparse_vector.c:339
↓ 2 callers
Function
svec_in_internal
methods/svec/src/pg_gp/sparse_vector.c:190
↓ 2 callers
Function
svec_out_internal
methods/svec/src/pg_gp/sparse_vector.c:133
↓ 2 callers
Function
ui_rightmost_one
! * Simple linear function to find the rightmost one (# trailing zeros) in an uint32. * Based on * http://graphics.stanford.edu/~seander/bithacks.h
methods/sketch/src/pg_gp/sketch_support.c:217
↓ 2 callers
Function
updateCorrectedSumOfSquares
* @brief Update the corrected sum of squares * * For numerical stability, we should not compute the sample variance in the * naive way. The literat
src/modules/stats/one_way_anova.cpp:183
↓ 2 callers
Function
updateSumSquaredDeviations
src/modules/stats/chi_squared_test.cpp:57
↓ 2 callers
Method
update_raw
(self, size=1024)
src/madpack/yaml/reader.py:212
↓ 1 callers
Function
AggCheckCallContext
* @brief Test whether we are currently in an aggregate calling context. * * Knowing whether we are in an aggregate calling context is useful, becaus
src/ports/postgres/dbconnector/Compatibility.hpp:80
↓ 1 callers
Function
MLrobuststateToResult
src/modules/regress/multilogistic.cpp:812
↓ 1 callers
Function
MatrixToNativeArray
src/ports/postgres/dbconnector/EigenIntegration_impl.hpp:324
↓ 1 callers
Function
SN_set_current
src/libstemmer/runtime/api.c:60
↓ 1 callers
Method
SRF_init
src/modules/lda/lda.cpp:479
↓ 1 callers
Method
SRF_next
* @brief The function is used to return the next row by the SRF.. **/
src/modules/lda/lda.cpp:495
↓ 1 callers
Function
__fmsketch_count_distinct_c
! * Finish up the Flajolet-Martin approximation. * We sum up the number of leading 1 bits across all bitmaps in the sketch. * Then we use the FM ma
methods/sketch/src/pg_gp/fm.c:417
↓ 1 callers
Function
__lda_gibbs_sample
* @brief This function samples a new topic for a word in a document based on * the topic counts computed on the rest of the corpus. This is the core
src/modules/lda/lda.cpp:65
↓ 1 callers
Function
__project
Project the vector v into the vector u (in-place) */
src/modules/linalg/svd.cpp:62
↓ 1 callers
Method
_add_action
(self, action)
src/madpack/argparse.py:1328
↓ 1 callers
Method
_add_container_actions
(self, container)
src/madpack/argparse.py:1352
↓ 1 callers
Method
_check_conflict
(self, action)
src/madpack/argparse.py:1456
↓ 1 callers
Function
_check_db_port
Make sure we are connected to the expected DB platform @param portid expected DB port id - to be validates
src/madpack/madpack.py:331
↓ 1 callers
Method
_clean_aggregate
(self)
src/madpack/upgrade_util.py:1179
↓ 1 callers
Method
_clean_cast
(self)
src/madpack/upgrade_util.py:1110
↓ 1 callers
Method
_clean_comment
@brief Remove comments in the sql script
src/madpack/upgrade_util.py:1071
↓ 1 callers
Method
_clean_function
@brief Remove "drop function" statements and rewrite "create function" statements in the sql script @note We don't drop any f
src/madpack/upgrade_util.py:1191
↓ 1 callers
Method
_clean_opclass
(self)
src/madpack/upgrade_util.py:1151
↓ 1 callers
Method
_clean_operator
(self)
src/madpack/upgrade_util.py:1136
↓ 1 callers
Method
_clean_type
(self)
src/madpack/upgrade_util.py:1089
↓ 1 callers
Function
_db_install
Install MADlib @param schema MADlib schema name @param dbrev DB-level MADlib version @param testcase command-line args fo
src/madpack/madpack.py:438
↓ 1 callers
Function
_db_upgrade
Upgrade MADlib @param schema MADlib schema name @param dbrev DB-level MADlib version
src/madpack/madpack.py:545
↓ 1 callers
Method
_detect_direct_view_dependency_udf_uda
@brief Detect direct view dependencies on MADlib UDFs/UDAs
src/madpack/upgrade_util.py:406
↓ 1 callers
Method
_detect_direct_view_dependency_udo
@brief Detect direct view dependencies on MADlib UDOs
src/madpack/upgrade_util.py:446
↓ 1 callers
Method
_detect_index_dependency
@brief Detect the index dependencies on MADlib UDOCs
src/madpack/upgrade_util.py:788
↓ 1 callers
Method
_detect_recursive_view_dependency
(self)
src/madpack/upgrade_util.py:486
↓ 1 callers
Method
_detect_table_dependency
@brief Detect the table dependencies on MADLib UDTs
src/madpack/upgrade_util.py:757
↓ 1 callers
Method
_expand_help
(self, action)
src/madpack/argparse.py:619
← previous
next →
401–500 of 2,182, ranked by callers