gda.data_pivot
Module for [DataPivot] class
Types 4
Methods
DataPivotGidBuilder builder()Get builder for [gda.data_pivot.DataPivot] Returns: New builder objectgda.data_model.DataModel model() @propertyvoid model(gda.data_model.DataModel propval) @propertygda.data_model.DataModel new_(gda.data_model.DataModel model = null)Creates a new #GdaDataModel which will contain analysed data from model.bool addData(gda.types.DataPivotAggregate aggregateType, string field, string alias_ = null)Specifies that field has to be included in the analysis. field is a field specification with the following accepted syntaxes: <itemizedlist> <listitem><para>a column name in the source data model (...bool addField(gda.types.DataPivotFieldType fieldType, string field, string alias_ = null)Specifies that field has to be included in the analysis. field is a field specification with the following accepted syntaxes: <itemizedlist> <listitem><para>a column name in the source data model (...bool populate()Acutally populates pivot by analysing the data from the provided data model. Returns: true if no error occurred. Throws: [DataPivotException]classDataPivotGidBuilderImpl(T) : gobject.object.ObjectWrapGidBuilderImpl!T, gda.data_model.DataModelGidBuilderImpl!T
Methods
T model(gda.data_model.DataModel propval)classDataPivotException : ErrorWrap