package
0.14.0
Repository: https://github.com/lomik/graphite-clickhouse.git
Documentation: pkg.go.dev

# Functions

Ceil returns integer greater or equal to x and denominator d division.
CeilToMultiplier returns the integer greater or equal to x and multiplier m product.
FloorToMultiplier returns the integer less or equal to x and multiplier m product.
GCD returns the absolute greatest common divisor calculated via Euclidean algorithm.
LCM returns the absolute least common multiple of 2 integers via GDB.
Max returns the larger of x or y.
Min returns the lower of x or y.
RemoveEmptyStrings removes empty strings from list and returns truncated slice.
UnsafeString returns string object from byte slice without copying.
UnsafeStringBytes returns the string bytes.