Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for aggregate (0.27 sec)

  1. cmd/api-errors.go

    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrParseNonUnaryAggregateFunctionCall: {
    		Code:           "ParseNonUnaryAggregateFunctionCall",
    		Description:    "Only one argument is supported for aggregate functions in the SQL expression.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrParseMalformedJoin: {
    		Code:           "ParseMalformedJoin",
    		Description:    "JOIN is not supported in the SQL expression.",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 91.4K bytes
    - Viewed (6)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelValidator.java

                            Severity.ERROR,
                            Version.BASE,
                            "packaging",
                            null,
                            "with value '" + m.getPackaging() + "' is invalid. Aggregator projects "
                                    + "require 'pom' as packaging.",
                            m);
                }
    
                for (int i = 0, n = m.getModules().size(); i < n; i++) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 13:13:07 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  3. tensorflow/BUILD

            "//tensorflow/compiler/mlir/quantization/stablehlo/python:pywrap_quantization_lib_impl",
            "//tensorflow/compiler/mlir/quantization/tensorflow/calibrator:custom_aggregator_op",
            "//tensorflow/compiler/mlir/quantization/tensorflow/python:quantize_model_cc_impl",
            "//tensorflow/compiler/mlir/quantization/tensorflow:passes",
            "//tensorflow/compiler/mlir/tensorflow",
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
Back to top