Aggregation
Object Hierarchy:
Description:
[
CCode ( type_id =
"garrow_aggregation_get_type ()" ) ]
public class Aggregation :
Object
Content:
Properties:
- public string function { owned get; construct; }
The function name to aggregate.
- public string input { owned get; construct; }
The input field name of aggregate function.
- public FunctionOptions options { owned get; construct; }
The options of aggregate function.
- public string output { owned get; construct; }
The output field name of aggregate function.
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object