Record AggregateStatisticsInput
Unit
Declaration
type AggregateStatisticsInput = record
Description
Class: AggregateStatisticsInput of ddb
Overview
Fields
![]() |
o: Pduckdb_AggregateStatisticsInput; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_AggregateStatisticsInput); |
![]() |
class operator Explicit(const r: AggregateStatisticsInput): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
procedure Init(arg1: FunctionData; arg2: vector_BaseStatistics; arg3: NodeStatistics); overload; |
![]() |
function bind_data(): FunctionData; overload; |
![]() |
function child_stats(): vector_BaseStatistics; overload; |
![]() |
function node_stats(): NodeStatistics; overload; |
Description
Fields
![]() |
o: Pduckdb_AggregateStatisticsInput; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_AggregateStatisticsInput); |
This item has no description. |
![]() |
class operator Explicit(const r: AggregateStatisticsInput): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
procedure Init(arg1: FunctionData; arg2: vector_BaseStatistics; arg3: NodeStatistics); overload; |
This item has no description. |
![]() |
function bind_data(): FunctionData; overload; |
This item has no description. |
![]() |
function child_stats(): vector_BaseStatistics; overload; |
This item has no description. |
![]() |
function node_stats(): NodeStatistics; overload; |
This item has no description. |