MCPcopy Create free account

hub / github.com/apache/cloudberry / functions

Functions50,827 in github.com/apache/cloudberry

↓ 30 callersFunctionExecInitExtraTupleSlot
---------------- * ExecInitExtraTupleSlot * * Return a newly created slot. If tupledesc is non-NULL the slot will have * that as its fixed tupled
src/backend/executor/execTuples.c:1847
↓ 30 callersMethodGetFrequency
sum of frequencies from buckets.
src/backend/gporca/libnaucrates/src/statistics/CHistogram.cpp:478
↓ 30 callersFunctionGetLatestSnapshot
* GetLatestSnapshot * Get a snapshot that is up-to-date as of the current instant, * even if we are executing in transaction-snapshot mode. */
src/backend/utils/time/snapmgr.c:361
↓ 30 callersFunctionSHMQueueInsertBefore
* SHMQueueInsertBefore -- put elem in queue before the given queue * element. Inserting "before" the queue head puts the elem * at the tail of th
src/backend/storage/ipc/shmqueue.c:88
↓ 30 callersFunctionSPI_getvalue
src/backend/executor/spi.c:1247
↓ 30 callersMethod_create_primary
(self, dbid='1', contentid='0', state='n', status='u', host='sdw1', unreachable=False)
gpMgmt/bin/gppylib/operations/test/unit/test_unit_buildMirrorSegments.py:186
↓ 30 callersFunctionbms_del_member
* bms_del_member - remove a specified member from set * * No error if x is not currently a member of set * * Input set is modified in-place! */
src/backend/nodes/bitmapset.c:808
↓ 30 callersFunctionerrhidestmt
* errhidestmt --- optionally suppress STATEMENT: field of log entry * * This should be called if the message text already includes the statement. *
src/backend/utils/error/elog.c:1480
↓ 30 callersFunctionerrmsg_plural
* errmsg_plural --- add a primary error message text to the current error, * with support for pluralization of the message text */
src/backend/utils/error/elog.c:1250
↓ 30 callersFunctionexplicit_bzero
src/port/explicit_bzero.c:19
↓ 30 callersFunctionfetch_upper_rel
* fetch_upper_rel * Build a RelOptInfo describing some post-scan/join query processing, * or return a pre-existing one if somebody already built i
src/backend/optimizer/util/relnode.c:1646
↓ 30 callersFunctionfmgr_info_copy
* Copy an FmgrInfo struct * * This is inherently somewhat bogus since we can't reliably duplicate * language-dependent subsidiary info. We cheat b
src/backend/utils/fmgr/fmgr.c:609
↓ 30 callersFunctionformatPGVersionNumber
* Format a Postgres version number (in the PG_VERSION_NUM integer format * returned by PQserverVersion()) as a string. This exists mainly to * enca
src/fe_utils/string_utils.c:323
↓ 30 callersFunctionicBufferListLength
* icBufferListLength * Get the list length. */
contrib/interconnect/udp/ic_udpifc.c:2782
↓ 30 callersFunctionpg_add_s32_overflow
* INT32 */
src/include/common/int.h:103
↓ 30 callersFunctionpoint_dt
src/backend/utils/adt/geo_ops.c:1970
↓ 30 callersMethodreport
(self)
gpMgmt/bin/gpconfig_modules/guc_collection.py:61
↓ 30 callersFunctionreport_invalid_record
* Construct a string in state->errormsg_buf explaining what's wrong with * the current record being read. */
src/backend/access/transam/xlogreader.c:65
↓ 30 callersFunctionvacuum_delay_point
* vacuum_delay_point --- check for interrupts and cost-based delay. * * This should be called in each major loop of VACUUM processing, * typically
src/backend/commands/vacuum.c:2982
↓ 30 callersFunctionwalk_plan_node_fields
Function walk_plan_node_fields is a subroutine used by plan_tree_walker() * to walk the fields of Plan nodes. Plan is actually an abstract superclas
src/backend/optimizer/util/walkers.c:52
↓ 30 callersFunctionxml_ereport
* xml_ereport --- report an XML-related error * * The "msg" is the SQL-level message; some can be adopted from the SQL/XML * standard. This functi
src/backend/utils/adt/xml.c:1736
↓ 29 callersFunctionECPGdescribe
src/interfaces/ecpg/ecpglib/descriptor.c:856
↓ 29 callersFunctionFPle
src/include/utils/geo_decls.h:64
↓ 29 callersFunctionFloat4GetDatum
src/include/postgres.h:574
↓ 29 callersMethodGetDatum
--------------------------------------------------------------------------- @function: CDXLUtils::GetDatum @doc: Translate the optimizer datum from d
src/backend/gporca/libnaucrates/src/CDXLUtils.cpp:702
↓ 29 callersFunctionGetUserNameFromId
* Get user name from user oid, returns NULL for nonexistent roleid if noerr * is true. */
src/backend/utils/init/miscinit.c:953
↓ 29 callersFunctionInputFunctionCall
* Call a previously-looked-up datatype input function. * * "str" may be NULL to indicate we are reading a NULL. In this case * the caller should a
src/backend/utils/fmgr/fmgr.c:1530
↓ 29 callersFunctionInt64GetDatumFast
src/include/postgres.h:510
↓ 29 callersFunctionPQclientEncoding
src/interfaces/libpq/fe-connect.c:7062
↓ 29 callersMethodPcrFirst
--------------------------------------------------------------------------- @function: CColRefSet::PcrFirst @doc: Return first member --------------
src/backend/gporca/libgpopt/src/base/CColRefSet.cpp:112
↓ 29 callersMethodPdpDerive
Derive all properties immediately. The suitable derived property is determined internally. To derive properties on an on-demand bases, use DeriveXXX()
src/backend/gporca/libgpopt/src/operators/CExpression.cpp:467
↓ 29 callersMethodPrs
rewindability accessor
src/backend/gporca/libgpopt/include/gpopt/base/CDrvdPropPlan.h:105
↓ 29 callersFunctionSHMQueueInit
* ShmemQueueInit -- make the head of a new queue point * to itself */
src/backend/storage/ipc/shmqueue.c:35
↓ 29 callersMethodValue
return basic pointer
src/backend/gporca/libgpos/include/gpos/common/CAutoP.h:80
↓ 29 callersFunctionXLogFlush
* Ensure that all XLOG data through the given position is flushed to disk. * * NOTE: this differs from XLogWrite mainly in that the WALWriteLock is
src/backend/access/transam/xlog.c:2946
↓ 29 callersFunctionacldefault
* acldefault() --- create an ACL describing default access permissions * * Change this routine if you want to alter the default access policy for
src/backend/utils/adt/acl.c:735
↓ 29 callersFunctionaclmembers
* aclmembers * Find out all the roleids mentioned in an Acl. * Note that we do not distinguish grantors from grantees. * * *roleids is set to po
src/backend/utils/adt/acl.c:1474
↓ 29 callersFunctionaddNSItemToQuery
* Add the given nsitem/RTE as a top-level entry in the pstate's join list * and/or namespace list. (We assume caller has checked for any * namespac
src/backend/parser/parse_relation.c:2870
↓ 29 callersFunctionadd_stringlist_item
* Add an item at the end of a stringlist. */
src/test/regress/pg_regress.c:187
↓ 29 callersFunctionadd_var
* add_var() - * * Full version of add functionality on variable level (handling signs). * result might point to one of the operands too without dan
src/backend/utils/adt/numeric.c:8145
↓ 29 callersFunctioncontain_vars_of_level
* contain_vars_of_level * Recursively scan a clause to discover whether it contains any Var nodes * of the specified query level. * * Return
src/backend/optimizer/util/var.c:520
↓ 29 callersMethodcontrol_file_error
(self, msg)
gpMgmt/bin/gpload.py:1270
↓ 29 callersFunctiondlist_push_tail
* Insert a node at the end of the list. */
src/include/lib/ilist.h:316
↓ 29 callersFunctionfloat8_lt
src/include/utils/float.h:290
↓ 29 callersMethodgetMessage
gpcontrib/gpcloud/include/s3exception.h:19
↓ 29 callersMethodget_connection
Get a database connection from the pool
mcp-server/src/cbmcp/database.py:44
↓ 29 callersFunctiongfatal
src/bin/gpfdist/gpfdist.c:3065
↓ 29 callersFunctionginCompareItemPointers
* Merging the results of several gin scans compares item pointers a lot, * so we want this to be inlined. */
src/include/access/gin_private.h:484
↓ 29 callersFunctionhashFn
src/backend/cdb/cdblegacyhash.c:100
↓ 29 callersFunctionmul_var
* mul_var() - * * Multiplication on variable level. Product of var1 * var2 is stored * in result. Result is rounded to no more than rscale fractio
src/backend/utils/adt/numeric.c:8383
↓ 29 callersFunctionpgfdw_report_error
* Report an error we got from the remote server. * * elevel: error level to use (typically ERROR, but might be less) * res: PGresult containing the
contrib/postgres_fdw/connection.c:775
↓ 29 callersFunctionpgstat_report_activity
---------- * pgstat_report_activity() - * * Called from tcop/postgres.c to report what the backend is actually doing * (but note cmd_str can be NU
src/backend/utils/activity/backend_status.c:529
↓ 29 callersFunctionpqGetInt
* pqGetInt * read a 2 or 4 byte integer and convert from network byte order * to local byte order */
src/interfaces/libpq/fe-misc.c:223
↓ 29 callersFunctionrepalloc
src/common/fe_memutils.c:172
↓ 29 callersFunctionset_cheapest
* set_cheapest * Find the minimum-cost paths from among a relation's paths, * and save them in the rel's cheapest-path fields. * * cheapest_to
src/backend/optimizer/util/pathnode.c:268
↓ 29 callersFunctionset_extra_field
* Support for assigning to an "extra" field of a GUC item. Free the prior * value if it's not referenced anywhere else in the item (including stacke
src/backend/utils/misc/guc.c:5335
↓ 29 callersFunctiontextToQualifiedNameList
* textToQualifiedNameList - convert a text object to list of names * * This implements the input parsing needed by nextval() and other * functions
src/backend/utils/adt/varlena.c:3687
↓ 29 callersFunctiontuplesort_end
* tuplesort_end * * Release resources and clean up. * * NOTE: after calling this, any pointers returned by tuplesort_getXXX are * pointing to gar
src/backend/utils/sort/tuplesort.c:1469
↓ 29 callersFunctiontuplesort_performsort
* All tuples have been provided; finish the sort. */
src/backend/utils/sort/tuplesort.c:2045
↓ 29 callersFunctiontuplestore_end
* tuplestore_end * * Release resources and clean up. */
src/backend/utils/sort/tuplestore.c:518
↓ 28 callersFunctionBitstream_Put
* Writes n bits to the bitstream. * Advances the bitstream cursor. */
src/backend/utils/misc/bitstream.c:190
↓ 28 callersFunctionBufFileClose
* Close a BufFile * * Like fclose(), this also implicitly FileCloses the underlying File. */
src/backend/storage/file/buffile.c:565
↓ 28 callersFunctionCacheInvalidateRelcache
* CacheInvalidateRelcache * Register invalidation of the specified relation's relcache entry * at end of command. * * This is used in places tha
src/backend/utils/cache/inval.c:1374
↓ 28 callersFunctionCdbDispatchCommand
* CdbDispatchCommand: * * Execute plain command on all primary writer QEs. * If one or more QEs got error, throw a Error. * * -flags: * Is the
src/backend/cdb/dispatcher/cdbdisp_query.c:384
↓ 28 callersFunctionDatumGetChar
src/include/postgres.h:487
↓ 28 callersFunctionDatumToPointer
contrib/pax_storage/src/cpp/comm/cbdb_wrappers.h:117
↓ 28 callersMethodEquals
src/backend/gpopt/gpdbwrappers.cpp:1932
↓ 28 callersFunctionExecuteSqlStatement
src/bin/pg_dump/pg_backup_db.c:319
↓ 28 callersFunctionFPeq
src/include/utils/geo_decls.h:46
↓ 28 callersFunctionFPgt
src/include/utils/geo_decls.h:70
↓ 28 callersFunctionFPlt
src/include/utils/geo_decls.h:58
↓ 28 callersFunctionFunctionCall1Coll
src/backend/utils/fmgr/fmgr.c:1129
↓ 28 callersFunctionGetCurrentTransactionId
* GetCurrentTransactionId * * This will return the XID of the current transaction (main or sub * transaction), assigning one if it's not yet set.
src/backend/access/transam/xact.c:547
↓ 28 callersMethodGetGlobalMemoryPool
global memory pool accessor
src/backend/gporca/libgpopt/include/gpopt/search/CSchedulerContext.h:76
↓ 28 callersMethodGetMdCol
--------------------------------------------------------------------------- @function: CMDRelationGPDB::GetMdCol @doc: Returns the column at the spec
src/backend/gporca/libnaucrates/src/md/CMDRelationGPDB.cpp:478
↓ 28 callersMethodGetOffset
accessor
src/backend/gporca/libgpos/include/gpos/common/CBitSet.h:66
↓ 28 callersMethodInsert
insert an element if key is not yet present
src/backend/gporca/libgpos/include/gpos/common/CHashMap.h:208
↓ 28 callersFunctionIsBinaryCoercible
IsBinaryCoercible() * Check if srctype is binary-coercible to targettype. * * This notion allows us to cheat and directly exchange values without
src/backend/parser/parse_coerce.c:3038
↓ 28 callersFunctionLocallyExecutingSliceIndex
* Provide index of locally executing slice */
src/backend/executor/execUtils.c:2441
↓ 28 callersFunctionLockRelease
* LockRelease -- look up 'locktag' and release one 'lockmode' lock on it. * Release a session lock if 'sessionLock' is true, else release a * regu
src/backend/storage/lmgr/lock.c:2251
↓ 28 callersFunctionNewGUCNestLevel
* Enter a new nesting level for GUC values. This is called at subtransaction * start, and when entering a function that has proconfig settings, and
src/backend/utils/misc/guc.c:6512
↓ 28 callersFunctionPQftype
src/interfaces/libpq/fe-exec.c:3524
↓ 28 callersMethodPos
--------------------------------------------------------------------------- @function: CTranslatorDXLToExpr::Pos @doc: Construct an order spec from a
src/backend/gporca/libgpopt/src/translate/CTranslatorDXLToExpr.cpp:4251
↓ 28 callersFunctionSPI_fnumber
src/backend/executor/spi.c:1202
↓ 28 callersFunctionTimestampDifferenceExceeds
* TimestampDifferenceExceeds -- report whether the difference between two * timestamps is >= a threshold (expressed in milliseconds) * * Both inpu
src/backend/utils/adt/timestamp.c:2063
↓ 28 callersFunctionTransactionIdGetDatum
src/include/postgres.h:543
↓ 28 callersFunctionUnlockRelationOid
* UnlockRelationOid * * Unlock, given only a relation Oid. Use UnlockRelationId if you can. */
src/backend/storage/lmgr/lmgr.c:207
↓ 28 callersMethod_msg
(self, host, port, logfile=None, datadir=None, error=None, type=None)
gpMgmt/bin/gppylib/test/unit/test_unit_recoveryinfo.py:146
↓ 28 callersFunctioncheck_amproc_signature
* Validate the signature (argument and result types) of an opclass support * function. Return true if OK, false if not. * * The "..." represents m
src/backend/access/index/amvalidate.c:151
↓ 28 callersFunctiondlist_push_head
* Insert a node at the beginning of the list. */
src/include/lib/ilist.h:299
↓ 28 callersFunctionformat_operator
src/backend/utils/adt/regproc.c:851
↓ 28 callersFunctiongetTypeInputInfo
* getTypeInputInfo * * Get info needed for converting values of a type to internal form */
src/backend/utils/cache/lsyscache.c:3474
↓ 28 callersFunctionget_func_rettype
* get_func_rettype * Given procedure id, return the function's result type. */
src/backend/utils/cache/lsyscache.c:1977
↓ 28 callersMethodget_stdout
(self, strip=True)
gpMgmt/bin/gppylib/commands/base.py:575
↓ 28 callersFunctionlist_member_int
* Return true iff the integer 'datum' is a member of the list. */
src/backend/nodes/list.c:668
↓ 28 callersFunctionpchomp
* Make copy of string with all trailing newline characters removed. */
src/backend/utils/mmgr/mcxt.c:1564
↓ 28 callersFunctionpg_fsync
* pg_fsync --- do fsync with or without writethrough */
src/backend/storage/file/fd.c:363
↓ 28 callersFunctionpqPutMsgEnd
* pqPutMsgEnd: finish constructing a message and possibly send it * * Returns 0 on success, EOF on error * * We don't actually send anything here
src/interfaces/libpq/fe-misc.c:589
↓ 28 callersFunctionpqPutMsgStart
* pqPutMsgStart: begin construction of a message to the server * * msg_type is the message type byte, or 0 for a message without type byte * (only
src/interfaces/libpq/fe-misc.c:501
↓ 28 callersFunctionpull_varnos
src/backend/optimizer/util/var.c:187
← previousnext →901–1,000 of 50,827, ranked by callers