All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anwen.mongo.constant.AggregationOperators Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.anwen.mongo.constant;

public class AggregationOperators {

    public final static String FIELD = "$";

    /**
     * $concatArrays
     * @date 2024/6/7 下午4:38
     */
    public final static String CONCAT_ARRAYS = "$concatArrays";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy