Home
last modified time | relevance | path

Searched refs:SizeQueryType (Results 1 – 2 of 2) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/include/distributed/
H A Dmetadata_utility.h190 typedef enum SizeQueryType enum
196 } SizeQueryType; typedef
224 SizeQueryType sizeQueryType,
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/
H A Dmetadata_utility.c77 static bool DistributedTableSize(Oid relationId, SizeQueryType sizeQueryType,
80 SizeQueryType sizeQueryType, bool failOnError,
86 static char * GetSizeQueryBySizeQueryType(SizeQueryType sizeQueryType);
278 SizeQueryType sizeQueryType = TOTAL_RELATION_SIZE; in citus_total_relation_size()
308 SizeQueryType sizeQueryType = TABLE_SIZE; in citus_table_size()
338 SizeQueryType sizeQueryType = RELATION_SIZE; in citus_relation_size()
522 DistributedTableSize(Oid relationId, SizeQueryType sizeQueryType, bool failOnError, in DistributedTableSize()
587 SizeQueryType sizeQueryType, in DistributedTableSizeOnWorker()
754 SizeQueryType sizeQueryType, in GenerateSizeQueryOnMultiplePlacements()
818 GetWorkerPartitionedSizeUDFNameBySizeQueryType(SizeQueryType sizeQueryType) in GetWorkerPartitionedSizeUDFNameBySizeQueryType()
[all …]