Documentation ¶
Overview ¶
* Copyright © 2018. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file.
Index ¶
- func AvgDouble(args []interface{}, precision int32, scale int32, rounding string) (result string, err error)
- func AvgInt(args []interface{}, precision int32, scale int32, rounding string) string
- func AvgLong(args []interface{}, precision int32, scale int32, rounding string) string
- func FormatDecimal(dec decimal.Decimal, precision int32, scale int32, rounding string) string
- func MaxDouble(args []interface{}, precision int32, scale int32, rounding string) (result string, err error)
- func MaxInt(args []interface{}) int32
- func MaxLong(args []interface{}) int64
- func MinDouble(args []interface{}, precision int32, scale int32, rounding string) (result string, err error)
- func MinInt(args []interface{}) int32
- func MinLong(args []interface{}) int64
- func SumDouble(args []interface{}, precision int32, scale int32, rounding string) (string, error)
- func SumInt(args []interface{}) int32
- func SumLong(args []interface{}) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatDecimal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.