MetaStruct.this

Creates a new #GdaMetaStruct object. The features specifies the extra features which will also be computed: the more features, the more time it takes to run. Features such as table's columns, each column's attributes, etc are not optional and will always be computed.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gda.meta_store.MetaStore store, gda.types.MetaStructFeature features)

Parameters

store gda.meta_store.MetaStore

a #GdaMetaStore from which the new #GdaMetaStruct object will fetch information

features gda.types.MetaStructFeature

the kind of extra information the new #GdaMetaStruct object will compute

Return Value

the newly created #GdaMetaStruct object