Record TSummaryResults

Hierarchy
Methods
Properties

Unit

Declaration

type TSummaryResults = record

Description

define record for calculated summary

Overview

Fields

Field: TField;
Sum: double;
Min: double;
Max: double;
Avg: double;
CountValues: integer;
CountEmpty: integer;
SelSum: double;
SelMin: double;
SelMax: double;
SelAvg: double;
SelCountValues: integer;
SelCountEmpty: integer;
DistinctValueCount: integer;
DistinctValues: array of TDistinctValues;

Description

Fields

Field: TField;
 
Sum: double;
 
Min: double;
 
Max: double;
 
Avg: double;
 
CountValues: integer;
 
CountEmpty: integer;
 
SelSum: double;
 
SelMin: double;
 
SelMax: double;
 
SelAvg: double;
 
SelCountValues: integer;
 
SelCountEmpty: integer;
 
DistinctValueCount: integer;
 
DistinctValues: array of TDistinctValues;
 

Generated by PasDoc 0.15.0.