Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ types & classes
Types & classes
8,281 in github.com/apache/cloudberry
⨍
Functions
50,827
◇
Types & classes
8,281
↳
Endpoints
203
↓ 866 callers
Class
CExpression
fwd declarations
src/backend/gporca/libgpopt/include/gpopt/base/CRange.h:35
↓ 504 callers
Class
CDouble
--------------------------------------------------------------------------- @class: CDouble @doc: Class representing floating-point numbers --------
src/backend/gporca/libgpos/include/gpos/common/CDouble.h:31
↓ 278 callers
Class
CColRefSet
forward declarations
src/backend/gporca/libgpopt/include/gpopt/base/COptCtxt.h:34
↓ 246 callers
Class
CDXLNode
src/backend/gporca/libgpopt/include/gpopt/optimizer/COptimizer.h:22
↓ 201 callers
Class
CMDIdGPDB
src/backend/gporca/server/include/unittest/gpopt/CTestUtils.h:77
↓ 156 callers
Class
Command
TODO:
gpMgmt/bin/gppylib/commands/base.py:530
↓ 151 callers
Class
CPatternLeaf
--------------------------------------------------------------------------- @class: CPatternLeaf @doc: Pattern that matches a single leaf ----------
src/backend/gporca/libgpopt/include/gpopt/operators/CPatternLeaf.h:30
↓ 140 callers
Class
CWStringConst
src/backend/gporca/libgpos/include/gpos/string/CWStringBase.h:26
↓ 116 callers
Class
CMDIdGPDB
--------------------------------------------------------------------------- @class: CMDIdGPDB @doc: Class for representing ids of GPDB metadata objec
src/backend/gporca/libnaucrates/include/naucrates/md/CMDIdGPDB.h:42
↓ 108 callers
Class
CDXLNode
src/backend/gporca/libnaucrates/include/naucrates/md/CMDColumn.h:26
↓ 101 callers
Class
CExpression
fwd declarations
src/backend/gporca/server/include/unittest/gpopt/CConstExprEvaluatorForDates.h:28
↓ 96 callers
Class
CMDName
--------------------------------------------------------------------------- @class: CMDName @doc: Class for representing metadata names. -----------
src/backend/gporca/libnaucrates/include/naucrates/md/CMDName.h:31
↓ 90 callers
Class
CName
--------------------------------------------------------------------------- @class: CName @doc: Names consist of a null terminated wide character str
src/backend/gporca/libgpopt/include/gpopt/metadata/CName.h:38
↓ 88 callers
Class
CPatternTree
--------------------------------------------------------------------------- @class: CPatternTree @doc: Pattern that matches entire expression trees,
src/backend/gporca/libgpopt/include/gpopt/operators/CPatternTree.h:30
↓ 72 callers
Class
CExpression
src/backend/gporca/libgpopt/include/gpopt/xforms/CXformUtils.h:41
↓ 70 callers
Class
CStatsPredPoint
--------------------------------------------------------------------------- @class: CStatsPredPoint @doc: Point filter on statistics ----------------
src/backend/gporca/libnaucrates/include/naucrates/statistics/CStatsPredPoint.h:39
↓ 63 callers
Class
CScalarProjectList
--------------------------------------------------------------------------- @class: CScalarProjectList @doc: Projection list operator --------------
src/backend/gporca/libgpopt/include/gpopt/operators/CScalarProjectList.h:31
↓ 63 callers
Class
FileSegmentGuc
gpMgmt/bin/gpconfig_modules/file_segment_guc.py:4
↓ 60 callers
Class
CCost
src/backend/gporca/libgpopt/include/gpopt/cost/CCost.h:22
↓ 60 callers
Class
SCostParam
src/backend/gporca/libgpopt/include/gpopt/cost/ICostModelParams.h:48
↓ 59 callers
Class
CEnfdDistribution
src/backend/gporca/libgpopt/include/gpopt/base/CReqdPropPlan.h:28
↓ 58 callers
Class
CException
--------------------------------------------------------------------------- @class: CException @doc: Basic exception class -- used for "throw by valu
src/backend/gporca/libgpos/include/gpos/error/CException.h:91
↓ 58 callers
Class
MockFetchData
Mock function object of fetchData Precise control return value and content of data buffer.
gpcontrib/gpcloud/test/s3key_reader_test.cpp:229
↓ 57 callers
Class
COrderSpec
type definition of corresponding dynamic pointer array
src/backend/gporca/libgpopt/include/gpopt/base/COrderSpec.h:25
↓ 53 callers
Class
CBitSet
src/backend/gporca/libgpopt/include/gpopt/minidump/CDXLMinidump.h:21
↓ 52 callers
Class
CMessage
--------------------------------------------------------------------------- @class: CMessage @doc: Corresponds to individual message as defined in co
src/backend/gporca/libgpos/include/gpos/error/CMessage.h:38
↓ 50 callers
Class
CLogicalGbAgg
src/backend/gporca/libgpopt/include/gpopt/base/CUtils.h:48
↓ 48 callers
Class
Contains
This class is used as a way to assert for partial match in unittests
gpMgmt/bin/gppylib/test/unit/gp_unittest.py:5
↓ 47 callers
Class
ExceptionNoStackTraceNeeded
Our code throws this exception when we encounter a condition we know can arise which demands immediate termination.
gpMgmt/bin/gppylib/mainUtils.py:243
↓ 43 callers
Class
CRewindabilitySpec
src/backend/gporca/libgpopt/include/gpopt/base/CDrvdPropPlan.h:28
↓ 40 callers
Class
CDistributionSpecHashed
fwd declarations
src/backend/gporca/libgpopt/include/gpopt/operators/CPhysicalHashJoin.h:22
↓ 40 callers
Class
CDistributionSpecSingleton
fwd declarations
src/backend/gporca/libgpopt/include/gpopt/operators/CPhysicalJoin.h:23
↓ 40 callers
Class
GpArray
GpArray is a python class that describes a Greenplum array. A Greenplum array consists of: coordinator - The primary QD for th
gpMgmt/bin/gppylib/gparray.py:782
↓ 39 callers
Class
CBitSet
--------------------------------------------------------------------------- @class: CBitSet @doc: Linked list of CBitSetLink's ---------------------
src/backend/gporca/libgpos/include/gpos/common/CBitSet.h:31
↓ 38 callers
Class
RecoveryInfo
This class encapsulates the information needed on a segment host to run full/incremental recovery for a segment. Note: we don't have tar
gpMgmt/bin/gppylib/recoveryinfo.py:8
↓ 37 callers
Class
FieldDefinition
Represent a field of our data. Note that we could infer columnName from name, but we would like for columnName to be more stable t
gpMgmt/bin/gppylib/programs/clsSystemState.py:29
↓ 36 callers
Class
CommandResult
Used as a way to package up the results from a GpCommand
gpMgmt/bin/gppylib/commands/base.py:331
↓ 35 callers
Class
CScalarValuesList
--------------------------------------------------------------------------- @class: CScalarValuesList @doc: Scalar arrayref index list -------------
src/backend/gporca/libgpopt/include/gpopt/operators/CScalarValuesList.h:34
↓ 34 callers
Class
CHistogram
--------------------------------------------------------------------------- @class: CHistogram @doc: -----------------------------------------------
src/backend/gporca/libnaucrates/include/naucrates/statistics/CHistogram.h:41
↓ 33 callers
Class
CStatsPredConj
--------------------------------------------------------------------------- @class: CStatsPredConj @doc: Conjunctive filter on statistics -----------
src/backend/gporca/libnaucrates/include/naucrates/statistics/CStatsPredConj.h:30
↓ 32 callers
Class
GpMirrorToBuild
gpMgmt/bin/gppylib/operations/buildMirrorSegments.py:75
↓ 31 callers
Class
DbURL
DbURL is used to store all of the data required to get at a PG or GP database.
gpMgmt/bin/gppylib/db/dbconn.py:87
↓ 30 callers
Class
CWStringDynamic
src/backend/gporca/libnaucrates/include/naucrates/md/IMDCacheObject.h:27
↓ 30 callers
Class
RPMSpec
Represents an RPM spec file used for creating an RPM
gpMgmt/bin/gppylib/operations/test/regress/test_package/__init__.py:213
↓ 29 callers
Class
CLogicalSelect
--------------------------------------------------------------------------- @class: CLogicalSelect @doc: Select operator ---------------------------
src/backend/gporca/libgpopt/include/gpopt/operators/CLogicalSelect.h:33
↓ 28 callers
Class
CDistributionSpecReplicated
src/backend/gporca/libgpopt/include/gpopt/base/CDistributionSpecReplicated.h:23
↓ 27 callers
Class
CDistributionSpecAny
--------------------------------------------------------------------------- @class: CDistributionSpecAny @doc: Class for representing general distrib
src/backend/gporca/libgpopt/include/gpopt/base/CDistributionSpecAny.h:33
↓ 26 callers
Class
CWStringDynamic
src/backend/gporca/libgpopt/include/gpopt/engine/CEnumeratorConfig.h:25
↓ 24 callers
Class
CPartitionPropagationSpec
src/backend/gporca/libgpopt/include/gpopt/base/CDrvdPropPlan.h:29
↓ 24 callers
Class
CStatsPredDisj
--------------------------------------------------------------------------- @class: CStatsPredDisj @doc: Disjunctive filter on statistics -----------
src/backend/gporca/libnaucrates/include/naucrates/statistics/CStatsPredDisj.h:30
↓ 23 callers
Class
CLogicalInnerJoin
--------------------------------------------------------------------------- @class: CLogicalInnerJoin @doc: Inner join operator --------------------
src/backend/gporca/libgpopt/include/gpopt/operators/CLogicalInnerJoin.h:31
↓ 23 callers
Class
CPoint
--------------------------------------------------------------------------- @class: CPoint @doc: One dimensional point in the datum space -----------
src/backend/gporca/libnaucrates/include/naucrates/statistics/CPoint.h:37
↓ 23 callers
Class
CRange
src/backend/gporca/libgpopt/include/gpopt/base/CRange.h:36
↓ 21 callers
Class
CDXLScalarProjList
--------------------------------------------------------------------------- @class: CDXLScalarProjList @doc: Projection list in operators. ---------
src/backend/gporca/libnaucrates/include/naucrates/dxl/operators/CDXLScalarProjList.h:30
↓ 21 callers
Class
CMaxCard
--------------------------------------------------------------------------- @class: CMaxCard @doc: Maximum Cardinality, including basic operators --
src/backend/gporca/libgpopt/include/gpopt/base/CMaxCard.h:34
↓ 21 callers
Class
CStatistics
--------------------------------------------------------------------------- @class: CStatistics @doc: Abstract statistics API -----------------------
src/backend/gporca/libnaucrates/include/naucrates/statistics/CStatistics.h:67
↓ 21 callers
Class
CWStringDynamic
src/backend/gporca/server/include/unittest/dxl/CXMLSerializerTest.h:24
↓ 21 callers
Class
S3Url
gpcontrib/gpcloud/include/s3url.h:9
↓ 20 callers
Class
S3ConnectionError
HTTP request failed InternalError, RequestTimeout or ServiceUnavailable
gpcontrib/gpcloud/include/s3exception.h:35
↓ 19 callers
Class
CDistributionSpecRandom
--------------------------------------------------------------------------- @class: CDistributionSpecRandom @doc: Class for representing forced rando
src/backend/gporca/libgpopt/include/gpopt/base/CDistributionSpecRandom.h:31
↓ 19 callers
Class
CHistogram
src/backend/gporca/libgpopt/include/gpopt/mdcache/CMDAccessor.h:57
↓ 19 callers
Class
CLogicalNAryJoin
--------------------------------------------------------------------------- @class: CLogicalNAryJoin @doc: N-ary inner join operator ---------------
src/backend/gporca/libgpopt/include/gpopt/operators/CLogicalNAryJoin.h:28
↓ 19 callers
Class
DatabaseSegmentGuc
gpMgmt/bin/gpconfig_modules/database_segment_guc.py:4
↓ 19 callers
Class
GppkgSpec
Represents the gppkg spec file
gpMgmt/bin/gppylib/operations/test/regress/test_package/__init__.py:133
↓ 18 callers
Class
CBucket
src/backend/gporca/libgpopt/include/gpopt/mdcache/CMDAccessor.h:58
↓ 18 callers
Class
CLogicalLeftOuterJoin
--------------------------------------------------------------------------- @class: CLogicalLeftOuterJoin @doc: Left outer join operator -----------
src/backend/gporca/libgpopt/include/gpopt/operators/CLogicalLeftOuterJoin.h:28
↓ 18 callers
Class
CLogicalProject
--------------------------------------------------------------------------- @class: CLogicalProject @doc: Project operator -------------------------
src/backend/gporca/libgpopt/include/gpopt/operators/CLogicalProject.h:32
↓ 18 callers
Class
CWStringDynamic
--------------------------------------------------------------------------- @class: CWStringDynamic @doc: Implementation of the string interface with
src/backend/gporca/libgpos/include/gpos/string/CWStringDynamic.h:33
↓ 18 callers
Class
TableLogger
Use this by constructing it, then calling warn, info, and infoOrWarn with arrays of columns, then outputTable
gpMgmt/bin/gppylib/utils.py:352
↓ 17 callers
Class
CBitSet
src/backend/gporca/libnaucrates/include/naucrates/dxl/parser/CParseHandlerTraceFlags.h:22
↓ 17 callers
Class
CReqdPropRelational
src/backend/gporca/libgpopt/include/gpopt/search/CGroup.h:39
↓ 17 callers
Class
ProgramArgumentValidationException
Throw this out to main to have the message possibly printed with a help suggestion.
gpMgmt/bin/gppylib/mainUtils.py:222
↓ 17 callers
Class
RemoteOperation
RemoteOperation communicates w/ gpoperation.py on the remote end, with the following assumptions. 1) gppylib exists 2) gpoperation.py ca
gpMgmt/bin/gppylib/operations/utils.py:12
↓ 17 callers
Class
Rsync
gpMgmt/bin/gppylib/commands/unix.py:477
↓ 16 callers
Class
CBucket
forward decl
src/backend/gporca/libnaucrates/include/naucrates/statistics/CBucket.h:32
↓ 16 callers
Class
CScalarConst
--------------------------------------------------------------------------- @class: CScalarConst @doc: A wrapper operator for scalar constants -----
src/backend/gporca/libgpopt/include/gpopt/operators/CScalarConst.h:34
↓ 16 callers
Class
stat
src/backend/access/transam/xlog.c:3710
↓ 16 callers
Class
stat
src/backend/access/transam/xlogarchive.c:67
↓ 15 callers
Class
BucketContent
gpcontrib/gpcloud/include/s3interface.h:24
↓ 15 callers
Class
CColRefSet
src/backend/gporca/libnaucrates/include/naucrates/statistics/IStatistics.h:29
↓ 15 callers
Class
CDXLColDescr
src/backend/gporca/libnaucrates/include/naucrates/dxl/operators/CDXLColDescr.h:29
↓ 15 callers
Class
CDXLScalarConstValue
src/backend/gporca/libnaucrates/include/naucrates/md/IMDType.h:26
↓ 15 callers
Class
CLogicalCTEConsumer
src/backend/gporca/libgpopt/include/gpopt/base/CUtils.h:43
↓ 15 callers
Class
CMDProviderMemory
--------------------------------------------------------------------------- @class: CMDProviderMemory @doc: Memory-based provider of metadata objects
src/backend/gporca/libnaucrates/include/naucrates/md/CMDProviderMemory.h:37
↓ 15 callers
Class
CScalarSubquery
--------------------------------------------------------------------------- @class: CScalarSubquery @doc: Scalar subquery --------------------------
src/backend/gporca/libgpopt/include/gpopt/operators/CScalarSubquery.h:30
↓ 14 callers
Class
CConstraintInterval
--------------------------------------------------------------------------- @class: CConstraintInterval @doc: Representation of an interval constrain
src/backend/gporca/libgpopt/include/gpopt/base/CConstraintInterval.h:47
↓ 14 callers
Class
CDatumInt4GPDB
--------------------------------------------------------------------------- @class: CDatumInt4GPDB @doc: GPDB-specific int4 representation ---------
src/backend/gporca/libnaucrates/include/naucrates/base/CDatumInt4GPDB.h:29
↓ 14 callers
Class
CLogicalLimit
--------------------------------------------------------------------------- @class: CLogicalLimit @doc: Limit operator; Scalar children compute (1) o
src/backend/gporca/libgpopt/include/gpopt/operators/CLogicalLimit.h:32
↓ 14 callers
Class
CPatternMultiLeaf
--------------------------------------------------------------------------- @class: CPatternMultiLeaf @doc: Pattern that matches a variable number of
src/backend/gporca/libgpopt/include/gpopt/operators/CPatternMultiLeaf.h:31
↓ 14 callers
Class
CScalarIf
--------------------------------------------------------------------------- @class: CScalarIf @doc: Scalar if operator. A case statement in SQL is re
src/backend/gporca/libgpopt/include/gpopt/operators/CScalarIf.h:41
↓ 14 callers
Class
ExceptionPexpect
Base class for all exceptions raised by this module.
gpMgmt/bin/lib/pexpect/__init__.py:99
↓ 14 callers
Class
WorkerPool
TODO:
gpMgmt/bin/gppylib/commands/base.py:47
↓ 13 callers
Class
CConstExprEvaluatorForDates
--------------------------------------------------------------------------- @class: CConstExprEvaluatorForDates @doc: Implementation of a constant ex
src/backend/gporca/server/include/unittest/gpopt/CConstExprEvaluatorForDates.h:40
↓ 13 callers
Class
GpMirrorListToBuild
gpMgmt/bin/gppylib/operations/buildMirrorSegments.py:128
↓ 13 callers
Class
RPMSpec
gpMgmt/bin/gppylib/operations/test/test_package.py:90
↓ 13 callers
Class
RemoveRemoteFile
gpMgmt/bin/gppylib/operations/unix.py:136
↓ 12 callers
Class
CColumnDescriptor
--------------------------------------------------------------------------- @class: CColumnDescriptor @doc: Metadata abstraction for columns that exi
src/backend/gporca/libgpopt/include/gpopt/metadata/CColumnDescriptor.h:34
↓ 12 callers
Class
CDrvdPropCtxtPlan
src/backend/gporca/libgpopt/include/gpopt/search/CMemo.h:26
↓ 12 callers
Class
CLogicalCTEAnchor
--------------------------------------------------------------------------- @class: CLogicalCTEAnchor @doc: CTE anchor operator --------------------
src/backend/gporca/libgpopt/include/gpopt/operators/CLogicalCTEAnchor.h:29
↓ 12 callers
Class
CLogicalSequenceProject
--------------------------------------------------------------------------- @class: CLogicalSequenceProject @doc: Logical Sequence Project operator
src/backend/gporca/libgpopt/include/gpopt/operators/CLogicalSequenceProject.h:33
next →
1–100 of 8,281, ranked by callers