MCPcopy Create free account

hub / github.com/apache/cloudberry / functions

Functions50,827 in github.com/apache/cloudberry

↓ 28 callersFunctionsepgsql_avc_check_perms
contrib/sepgsql/uavc.c:418
↓ 28 callersFunctionsyslogger_write_str_with_comma
* syslogger_write_str_with_comma * Write the given string to the log. A comma is appended after the given string. * * If csv is true, double quot
src/backend/postmaster/syslogger.c:1137
↓ 28 callersFunctiontype_is_rowtype
* type_is_rowtype * * Convenience function to determine whether a type OID represents * a "rowtype" type --- either RECORD or a named composite t
src/backend/utils/cache/lsyscache.c:3255
↓ 27 callersFunctionBTreeTupleGetNPosting
src/include/access/nbtree.h:510
↓ 27 callersMethodBrushAll
contrib/pax_storage/src/cpp/storage/pax_buffer.h:94
↓ 27 callersFunctionBufFileWrite
* BufFileWrite * * Like fwrite() except we assume 1-byte element size and report errors via * ereport(). */
src/backend/storage/file/buffile.c:823
↓ 27 callersFunctionDatumStreamBitMapWrite_OnCount
src/include/utils/datumstreamblock.h:426
↓ 27 callersMethodEgbaggtype
aggregate type
src/backend/gporca/libgpopt/include/gpopt/operators/CPhysicalAgg.h:152
↓ 27 callersFunctionExecSquelchNode
* ExecSquelchNode * * When a node decides that it will not consume any more input tuples from a * subtree that has not yet returned end-of-data, it
src/backend/executor/execAmi.c:762
↓ 27 callersFunctionGetUserIdAndSecContext
* GetUserIdAndSecContext/SetUserIdAndSecContext - get/set the current user ID * and the SecurityRestrictionContext flags. * * Currently there are t
src/backend/utils/init/miscinit.c:613
↓ 27 callersFunctionOutputFunctionCall
* Call a previously-looked-up datatype output function. * * Do not call this on NULL datums. * * This is currently little more than window dressin
src/backend/utils/fmgr/fmgr.c:1574
↓ 27 callersFunctionPGTYPESnumeric_new
src/interfaces/ecpg/pgtypeslib/numeric.c:45
↓ 27 callersFunctionPROCLOCK_PRINT
src/backend/storage/lmgr/lock.c:397
↓ 27 callersMethodRows
return the total number of rows for this statistics object
src/backend/gporca/libnaucrates/src/statistics/CStatistics.cpp:192
↓ 27 callersFunctionTransactionIdPrecedesOrEquals
* TransactionIdPrecedesOrEquals --- is id1 logically <= id2? */
src/backend/access/transam/transam.c:341
↓ 27 callersFunctionVmemTracker_ReserveVmem
* Reserve newly_requested bytes from the vmem system. * * For performance reason, this method only reserves in chunk units and if the new * request
src/backend/utils/mmgr/vmem_tracker.c:506
↓ 27 callersFunctionaddRangeTableEntryForRelation
* Add an entry for a relation to the pstate's range table (p_rtable). * Then, construct and return a ParseNamespaceItem for the new RTE. * * This i
src/backend/parser/parse_relation.c:1582
↓ 27 callersFunctionbinary_upgrade_extension_member
* If the DumpableObject is a member of an extension, add a suitable * ALTER EXTENSION ADD command to the creation commands in upgrade_buffer. * * F
src/bin/pg_dump/pg_dump.c:5633
↓ 27 callersFunctionbms_membership
* bms_membership - does a set have zero, one, or multiple members? * * This is faster than making an exact count with bms_num_members(). */
src/backend/nodes/bitmapset.c:670
↓ 27 callersFunctioncost_qual_eval
* cost_qual_eval * Estimate the CPU costs of evaluating a WHERE clause. * The input can be either an implicitly-ANDed list of boolean * expressi
src/backend/optimizer/path/costsize.c:4702
↓ 27 callersFunctionerr_generic_string
* err_generic_string -- used to set individual ErrorData string fields * identified by PG_DIAG_xxx codes. * * This intentionally only supports fiel
src/backend/utils/error/elog.c:1588
↓ 27 callersFunctionfreearc
* freearc - free an arc */
src/backend/regex/regc_nfa.c:425
↓ 27 callersFunctiongetObjectIdentity
* Obtain a given object's identity, as a palloc'ed string. * * This is for machine consumption, so it's not translated. All elements are * schema-
src/backend/catalog/objectaddress.c:5067
↓ 27 callersFunctionget_typtype
* get_typtype * * Given the type OID, find if it is a basic type, a complex type, etc. * It returns the null char if the cache lookup fails... *
src/backend/utils/cache/lsyscache.c:3229
↓ 27 callersFunctionignore_slash_options
* Read and discard "normal" slash command options. * * This should be used for inactive-branch processing of any slash command * that eats one or m
src/bin/psql/command.c:2926
↓ 27 callersMethodinstall
(self, gppkg_filename)
gpMgmt/bin/gppylib/operations/test/test_package.py:270
↓ 27 callersFunctionis_andclause
Is clause an AND clause? */
src/include/nodes/nodeFuncs.h:96
↓ 27 callersFunctionis_parallel_safe
* is_parallel_safe * Detect whether the given expr contains only parallel-safe functions * * root->glob->maxParallelHazard must previously have be
src/backend/optimizer/util/clauses.c:690
↓ 27 callersFunctionjson_manifest_parse_failure
* Report a parse error. * * This is intended to be used for fairly low-level failures that probably * shouldn't occur unless somebody has deliberat
src/bin/pg_verifybackup/parse_manifest.c:688
↓ 27 callersFunctionmakeArrayResult
* makeArrayResult - produce 1-D final result of accumArrayResult * * Note: only releases astate if it was initialized within a separate memory * co
src/backend/utils/adt/arrayfuncs.c:5303
↓ 27 callersFunctionnext
Returns the next string in the split data */
gpcontrib/gpcloud/lib/ini.cpp:33
↓ 27 callersMethodopen
gpcontrib/gpcloud/src/gpreader.cpp:66
↓ 27 callersFunctionpg_cryptohash_create
* pg_cryptohash_create * * Allocate a hash context. Returns NULL on failure for an OOM. The * backend issues an error, without returning. */
src/common/cryptohash.c:66
↓ 27 callersFunctionpgp_mpi_free
contrib/pgcrypto/pgp-mpi.c:69
↓ 27 callersFunctionprint_msg
* Given an already-localized string, print it to stdout unless the * user has specified that no messages should be printed. */
src/bin/pg_ctl/pg_ctl.c:252
↓ 27 callersFunctionpull_varattnos
* pull_varattnos * Find all the distinct attribute numbers present in an expression tree, * and add them to the initial contents of *varattnos. *
src/backend/optimizer/util/var.c:371
↓ 27 callersFunctionrecordDependencyOnOwner
* recordDependencyOnOwner * * A convenient wrapper of recordSharedDependencyOn -- register the specified * user as owner of the given object. * *
src/backend/catalog/pg_shdepend.c:169
↓ 27 callersFunctionrepalloc
src/backend/access/gin/test/ginpostinglist_fakes.c:58
↓ 27 callersFunctionstr2uint
* str2uint() * * convert string to oid */
src/bin/pg_upgrade/util.c:560
↓ 27 callersFunctiontuplestore_puttuple
* "Standard" case to copy from a HeapTuple. This is actually now somewhat * deprecated, but not worth getting rid of in view of the number of caller
src/backend/utils/sort/tuplestore.c:825
↓ 27 callersFunctionvisibilitymap_pin
* visibilitymap_pin - pin a map page for setting a bit * * Setting a bit in the visibility map is a two-phase operation. First, call * visibilityma
src/backend/access/heap/visibilitymap.c:189
↓ 26 callersFunctionBTreeTupleIsPivot
* Note: BTreeTupleIsPivot() can have false negatives (but not false * positives) when used with !heapkeyspace indexes */
src/include/access/nbtree.h:472
↓ 26 callersFunctionBufFileRead
* BufFileRead * * Like fread() except we assume 1-byte element size and report I/O errors via * ereport(). */
src/backend/storage/file/buffile.c:724
↓ 26 callersFunctionBufFileSeek
* BufFileSeek * * Like fseek(), except that target position needs two values in order to * work when logical filesize exceeds maximum value represe
src/backend/storage/file/buffile.c:920
↓ 26 callersFunctionDefineCustomBoolVariable
src/backend/utils/misc/guc.c:9666
↓ 26 callersFunctionECPGallocate_desc
src/interfaces/ecpg/ecpglib/descriptor.c:801
↓ 26 callersFunctionExecInitScanTupleSlot
---------------- * ExecInitScanTupleSlot * ---------------- */
src/backend/executor/execTuples.c:1827
↓ 26 callersFunctionExplainIndentText
* Indent a text-format line. * * We indent by two spaces per indentation level. However, when emitting * data for a parallel worker there might al
src/backend/commands/explain.c:6008
↓ 26 callersMethodFPhysical
type of operator
src/backend/gporca/libgpopt/include/gpopt/operators/CPhysical.h:308
↓ 26 callersMethodGetColIdToParamIdMap
return the params hashmap
src/include/gpopt/translate/CDXLTranslateContext.h:110
↓ 26 callersMethodGetMdIdArray
--------------------------------------------------------------------------- @function: CParseHandlerDXL::GetMdIdArray @doc: Returns the list of metad
src/backend/gporca/libnaucrates/src/parser/CParseHandlerDXL.cpp:199
↓ 26 callersFunctionInit
* Preliminary curl initializations for the REST communication */
gpcontrib/pxf_fdw/pxf_fragment.c:440
↓ 26 callersMethodIsDistinct
ident accessors
src/backend/gporca/libgpopt/include/gpopt/operators/CScalarAggFunc.h:172
↓ 26 callersFunctionMP_SIGN
contrib/pgcrypto/imath.h:78
↓ 26 callersFunctionPGTYPEStimestamp_defmt_asc
src/interfaces/ecpg/pgtypeslib/timestamp.c:809
↓ 26 callersFunctionPageInit
* PageInit * Initializes the contents of a page. * Note that we don't calculate an initial checksum here; that's not done * until it's time to w
src/backend/storage/page/bufpage.c:42
↓ 26 callersFunctionSendPostmasterSignal
* SendPostmasterSignal - signal the postmaster from a child process */
src/backend/storage/ipc/pmsignal.c:152
↓ 26 callersFunctionarray_contains_nulls
* array_contains_nulls --- detect whether an array has any null elements * * This gives an accurate answer, whereas testing ARR_HASNULL only tells
src/backend/utils/adt/arrayfuncs.c:3657
↓ 26 callersMethodbuild
Builds a gppkg and checks if the build was successful. if the build was successful, returns the gppkg filename @param gppkg_
gpMgmt/bin/gppylib/operations/test/regress/test_package/__init__.py:340
↓ 26 callersFunctioncoerce_to_target_type
* coerce_to_target_type() * Convert an expression to a target type and typmod. * * This is the general-purpose entry point for arbitrary type coer
src/backend/parser/parse_coerce.c:80
↓ 26 callersFunctiongai_strerror
src/port/getaddrinfo.c:272
↓ 26 callersFunctionget_leftop
Extract left arg of a binary opclause, or only arg of a unary opclause */
src/include/nodes/nodeFuncs.h:72
↓ 26 callersFunctionget_role_oid_or_public
* get_role_oid_or_public - As above, but return ACL_ID_PUBLIC if the * role name is "public". */
src/backend/utils/adt/acl.c:5263
↓ 26 callersFunctionget_tablespace_name
* get_tablespace_name - given a tablespace OID, look up the name * * Returns a palloc'd string, or NULL if no such tablespace. */
src/backend/commands/tablespace.c:2029
↓ 26 callersFunctionis_opclause
Is clause an OpExpr clause? */
src/include/nodes/nodeFuncs.h:65
↓ 26 callersFunctionload_external_function
* Load the specified dynamic-link library file, and look for a function * named funcname in it. * * If the function is not found, we raise an error
src/backend/utils/fmgr/dfmgr.c:107
↓ 26 callersMethodnext_id
--------------------------------------------------------------------------- @function: CIdGenerator::next_id @doc: Returns the next unique id ------
src/backend/gporca/libnaucrates/src/CIdGenerator.cpp:31
↓ 26 callersMethodpop
* ICBufferList::pop * Remove the head buffer from the list. */
contrib/udp2/ic_common/udp2/ic_udp2.cpp:782
↓ 26 callersFunctionpq_getmsgfloat8
-------------------------------- * pq_getmsgfloat8 - get a float8 from a message buffer * * See notes for pq_sendfloat8. * ----------------------
src/backend/libpq/pqformat.c:489
↓ 26 callersFunctionpq_sendfloat8
-------------------------------- * pq_sendfloat8 - append a float8 to a StringInfo buffer * * The point of this routine is to localize knowledge o
src/backend/libpq/pqformat.c:277
↓ 26 callersMethodreadlines
This reads until EOF using readline() and returns a list containing the lines thus read. The optional 'sizehint' argument is ignored.
gpMgmt/bin/lib/pexpect/__init__.py:1045
↓ 26 callersFunctionrun_command
(cmd_str)
gpMgmt/bin/gppylib/operations/test/test_package.py:79
↓ 26 callersMethodsetup_gpstart
(self)
gpMgmt/bin/gppylib/test/unit/test_unit_gpstart.py:81
↓ 26 callersFunctionstringToQualifiedNameList
* Given a C string, parse it into a qualified-name list. */
src/backend/utils/adt/regproc.c:1876
↓ 26 callersFunctionstring_to_text
* Given a C string, produce a TEXT datum. * * We assume that the input was palloc'd and may be freed. */
src/backend/utils/adt/ruleutils.c:12445
↓ 26 callersFunctiontimestamptz_to_str
* Produce a C-string representation of a TimestampTz. * * This is mostly for use in emitting messages. The primary difference * from timestamptz_o
src/backend/utils/adt/timestamp.c:2126
↓ 26 callersFunctionuntransformRelOptions
* Convert the text-array format of reloptions into a List of DefElem. * This is the inverse of transformRelOptions(). */
src/backend/access/common/reloptions.c:1360
↓ 25 callersMethodDecoding
contrib/pax_storage/src/cpp/storage/columns/pax_dict_encoding.cc:145
↓ 25 callersMethodFlush
contrib/pax_storage/src/cpp/storage/columns/pax_dict_encoding.cc:66
↓ 25 callersFunctionGetCurrentSubTransactionId
* GetCurrentSubTransactionId */
src/backend/access/transam/xact.c:853
↓ 25 callersFunctionGetDatabasePath
* GetDatabasePath - construct path to a database directory * * Result is a palloc'd string. * * XXX this must agree with GetRelationPath()! */
src/common/relpath.c:109
↓ 25 callersFunctionIsIndexAccessMethod
src/backend/access/index/amapi.c:25
↓ 25 callersMethodLength
--------------------------------------------------------------------------- @function: CWStringBase::Length() @doc: Returns the length of the string
src/backend/gporca/libgpos/src/string/CWStringBase.cpp:74
↓ 25 callersFunctionPageGetLSN
src/include/storage/bufpage.h:390
↓ 25 callersMethodPepp
required partition propagation accessor
src/backend/gporca/libgpopt/include/gpopt/base/CReqdPropPlan.h:132
↓ 25 callersMethodPexprScalarExactChild
return an exact scalar child at given index or return null if not possible (use this where exactness is required, e.g. for constraint derivation)
src/backend/gporca/libgpopt/src/operators/CExpressionHandle.cpp:1416
↓ 25 callersFunctionReleaseExternalFD
* ReleaseExternalFD - report release of an external file descriptor * * This is guaranteed not to change errno, so it can be used in failure paths.
src/backend/storage/file/fd.c:1181
↓ 25 callersFunctionSearchSysCache3
src/backend/utils/cache/syscache.c:1377
↓ 25 callersFunctionTransactionIdFollowsOrEquals
* TransactionIdFollowsOrEquals --- is id1 logically >= id2? */
src/backend/access/transam/transam.c:371
↓ 25 callersMethodWhat
contrib/pax_storage/src/cpp/exceptions/CException.cc:306
↓ 25 callersMethodclose
gpcontrib/gpcloud/test/compress_writer_test.cpp:21
↓ 25 callersFunctioncstr2sv
* Create a new SV from a string assumed to be in the current database's * encoding. */
src/pl/plperl/plperl_helpers.h:111
↓ 25 callersFunctiondie
* Shutdown signal from postmaster: abort transaction and exit * at soonest convenient time */
src/backend/tcop/postgres.c:3792
↓ 25 callersFunctiondsa_free
* Free memory obtained with dsa_allocate. */
src/backend/utils/mmgr/dsa.c:821
↓ 25 callersFunctionerrcode_for_dynamic_shared_memory
src/backend/storage/ipc/dsm_impl.c:1051
↓ 25 callersFunctionfree_parsestate
* free_parsestate * Release a ParseState and any subsidiary resources. */
src/backend/parser/parse_node.c:76
↓ 25 callersFunctiongbt_var_key_readable
Returns a better readable representation of variable key ( sets pointer ) */
contrib/btree_gist/btree_utils_var.c:56
↓ 25 callersMethodgetNextOffset
Return (offset, length) of next chunk to download, or (fileSize, 0) if reach end of file.
gpcontrib/gpcloud/src/s3key_reader.cpp:5
↓ 25 callersFunctionget_rightop
Extract right arg of a binary opclause (NULL if it's a unary opclause) */
src/include/nodes/nodeFuncs.h:84
↓ 25 callersFunctionget_sortgroupclause_tle
* get_sortgroupclause_tle * Find the targetlist entry matching the given SortGroupClause * by ressortgroupref, and return it. */
src/backend/optimizer/util/tlist.c:425
← previousnext →1,001–1,100 of 50,827, ranked by callers