150151152153154155156
/** * Create a new {@link Global} aggregation with the given name. */ public static GlobalBuilder global(String name) { return new GlobalBuilder(name); }