Documentation
¶
Index ¶
- func Count(ctx context.Context, arg runtime.Value) (runtime.Value, error)
- func CountDistinct(ctx context.Context, arg runtime.Value) (runtime.Value, error)
- func Includes(ctx context.Context, arg1, arg2 runtime.Value) (runtime.Value, error)
- func RegisterLib(ns runtime.Namespace)
- func Reverse(ctx context.Context, arg runtime.Value) (runtime.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Count ¶
COUNT computes the number of distinct elements in the given collection and returns the count as an integer.
func CountDistinct ¶
COUNT_DISTINCT computes the number of distinct elements in the given collection and returns the count as an integer.
func Includes ¶
INCLUDES checks whether a container includes a given value. @param {String | Any[] | hashMap | Iterable} haystack - The value container. @param {Any} needle - The target value to assert. @return {Boolean} - A boolean value that indicates whether a container contains a given value.
func RegisterLib ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.