Builder

class Builder

Properties

Link copied to clipboard
var avg: Double?

For a numeric field, the average value in the field.

Link copied to clipboard
var count: Int?

The number of values in the field. If the response value is -1, refer to CountLong.

Link copied to clipboard

The number of distinct values in the field. If the response value is -1, refer to CountDistinctLong.

Link copied to clipboard

The number of distinct values in the field. CountDistinctLong is used instead of CountDistinct if the value is greater than 2,147,483,647.

Link copied to clipboard

The number of values in the field. CountLong is used instead of Count if the value is greater than 2,147,483,647.

Link copied to clipboard

The number of NAN (not a number) values in the field. If the response value is -1, refer to CountNanLong.

Link copied to clipboard

The number of NAN (not a number) values in the field. CountNanLong is used instead of CountNan if the value is greater than 2,147,483,647.

Link copied to clipboard

The number of null values in the field. If the response value is -1, refer to CountNullLong.

Link copied to clipboard

The number of null values in the field. CountNullLong is used instead of CountNull if the value is greater than 2,147,483,647.

Link copied to clipboard
var max: String?

For a numeric field, the maximum value in the field.

Link copied to clipboard
var min: String?

For a numeric field, the minimum value in the field.

Link copied to clipboard

For a numeric field, the standard deviation.