Record BaseStatistics
Unit
Declaration
type BaseStatistics = record
Description
Class: BaseStatistics of ddb
Overview
Fields
![]() |
o: Pduckdb_BaseStatistics; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_BaseStatistics); |
![]() |
class operator Explicit(const r: BaseStatistics): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
function GetStatsType(): Integer; overload; |
![]() |
class function GetStatsType(arg1: LogicalType): Integer; overload; static; |
![]() |
function CanHaveNull(): Boolean; overload; |
![]() |
function CanHaveNoNull(): Boolean; overload; |
![]() |
function GetType(): LogicalType; overload; |
![]() |
procedure SetHasNullFast(); overload; |
![]() |
procedure SetHasNoNullFast(); overload; |
Description
Fields
![]() |
o: Pduckdb_BaseStatistics; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_BaseStatistics); |
This item has no description. |
![]() |
class operator Explicit(const r: BaseStatistics): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
function GetStatsType(): Integer; overload; |
This item has no description. |
![]() |
class function GetStatsType(arg1: LogicalType): Integer; overload; static; |
This item has no description. |
![]() |
function CanHaveNull(): Boolean; overload; |
This item has no description. |
![]() |
function CanHaveNoNull(): Boolean; overload; |
This item has no description. |
![]() |
function GetType(): LogicalType; overload; |
This item has no description. |
![]() |
procedure SetHasNullFast(); overload; |
This item has no description. |
![]() |
procedure SetHasNoNullFast(); overload; |
This item has no description. |