StructuredAggregationQuery_Aggregation$json top-level constant

  1. @Deprecated('Use structuredAggregationQueryDescriptor instead')
Map<String, Object> const StructuredAggregationQuery_Aggregation$json

Implementation

@$core.Deprecated('Use structuredAggregationQueryDescriptor instead')
const StructuredAggregationQuery_Aggregation$json = {
  '1': 'Aggregation',
  '2': [
    {
      '1': 'count',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.StructuredAggregationQuery.Aggregation.Count',
      '9': 0,
      '10': 'count'
    },
    {
      '1': 'sum',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.StructuredAggregationQuery.Aggregation.Sum',
      '9': 0,
      '10': 'sum'
    },
    {
      '1': 'avg',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.firestore.v1.StructuredAggregationQuery.Aggregation.Avg',
      '9': 0,
      '10': 'avg'
    },
    {'1': 'alias', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'alias'},
  ],
  '3': [
    StructuredAggregationQuery_Aggregation_Count$json,
    StructuredAggregationQuery_Aggregation_Sum$json,
    StructuredAggregationQuery_Aggregation_Avg$json
  ],
  '8': [
    {'1': 'operator'},
  ],
};