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

     1  package ravendb
     2  
     3  // GroupByField represents a field by which to group in a query
     4  type GroupByField struct {
     5  	FieldName     string
     6  	ProjectedName string
     7  }