Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  stat_utils.h

  Sprache: C
 

/*-------------------------------------------------------------------------
 *
 * stat_utils.h
 *   Extended statistics and selectivity estimation functions.
 *
 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * src/include/statistics/stat_utils.h
 *
 *-------------------------------------------------------------------------
 */

#ifndef STATS_UTILS_H
#define STATS_UTILS_H

#include "fmgr.h"

/* avoid including primnodes.h here */
struct RangeVar;

struct StatsArgInfo
{
 const char *argname;
 Oid   argtype;
};

extern void stats_check_required_arg(FunctionCallInfo fcinfo,
          struct StatsArgInfo *arginfo,
          int argnum);
extern bool stats_check_arg_array(FunctionCallInfo fcinfo,
          struct StatsArgInfo *arginfo, int argnum);
extern bool stats_check_arg_pair(FunctionCallInfo fcinfo,
         struct StatsArgInfo *arginfo,
         int argnum1, int argnum2);

extern void RangeVarCallbackForStats(const struct RangeVar *relation,
          Oid relId, Oid oldRelid, void *arg);

extern bool stats_fill_fcinfo_from_arg_pairs(FunctionCallInfo pairs_fcinfo,
            FunctionCallInfo positional_fcinfo,
            struct StatsArgInfo *arginfo);

#endif       /* STATS_UTILS_H */

Messung V0.5 in Prozent
C=94 H=100 G=96

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-08-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002