Changes between Version 4 and Version 5 of MapGuideRfc123
- Timestamp:
- 10/27/11 05:56:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc123
v4 v5 56 56 * The Feature Source this extended feature class belongs to joins with another feature class from '''the same feature source''' (this is because FDO Joins work within the context of the same connection). The feature class being joined on cannot itself be an extended feature class. 57 57 * The extended feature class only contains one join. Supporting chained or multiple joins is beyond the scope of this RFC. 58 * If this extended feature class is being queried with a filter, the filter does not contain any references to properties on the feature class to be joined on. 58 59 * The type of join being performed is supported by the underlying FDO provider. 59 60 … … 119 120 === Aggregates === 120 121 121 Support for aggregate operations is beyond the scope of this RFC. 122 If a SelectAggregates operation is invoked on an extended feature class, the same FDO join optimization condition checks are done against the extended feature class and its feature source. 123 124 In addition to normal select aggregate command processing, the same join criteria and join filter processing will be applied to the select aggregate command. 122 125 123 126 == Implications ==