github.com/ravendb/ravendb-go-client@v0.0.0-20240229102137-4474ee7aa0fa/aggregation_document_query.go (about)

     1  package ravendb
     2  
     3  // Note: In Java it's IAggregationDocumentQuery but in Go we use
     4  // concrete type AggregationDocumentQuery
     5  
     6  // Note: AggregationDocumentQuery is fused into AggregationQueryBase because
     7  // in Java AggregationQueryBase calls functions implemented in AggregationDocumentQuery
     8  // and that doesn't translate to Go's embedding
     9  type AggregationDocumentQuery = aggregationQueryBase