Uses of Class
se.kuseman.payloadbuilder.api.execution.Decimal
Packages that use Decimal
Package
Description
-
Uses of Decimal in se.kuseman.payloadbuilder.api
Methods in se.kuseman.payloadbuilder.api with parameters of type DecimalModifier and TypeMethodDescriptiondefault voidOutputWriter.writeDecimal(Decimal decimal) Write decimal value -
Uses of Decimal in se.kuseman.payloadbuilder.api.execution
Methods in se.kuseman.payloadbuilder.api.execution that return DecimalModifier and TypeMethodDescriptionDecimal.abs()Return the absolute value of this decimalDecimal.ceiling()Return ceiling value of this decimalDecimal.floor()Return floor value of this decimalstatic DecimalDecimal.from(double value) Construct a deciaml from provided doublestatic DecimalDecimal.from(float value) Construct a deciaml from provided floatstatic DecimalDecimal.from(int value) Construct a deciaml from provided intstatic DecimalDecimal.from(long value) Construct a deciaml from provided longstatic DecimalConstruct a deciaml from provided object.Decimal.getDecimal(int row) default DecimalValueVector.getDecimal(int row) Get decimal value for provided rowDecimal.negate()Negate this decimal returning a new instanceDecimal.processArithmetic(Decimal other, IArithmeticBinaryExpression.Type type) Process provided deicmal to this instance with provided arithmetic type.Methods in se.kuseman.payloadbuilder.api.execution with parameters of type DecimalModifier and TypeMethodDescriptionintstatic ValueVectorValueVector.literalDecimal(Decimal... values) Create a literal vector of typeColumn.Type.Decimalwith provided valuesstatic ValueVectorValueVector.literalDecimal(Decimal value, int size) Create a literal vector of typeColumn.Type.Decimalwith provided value and sizeDecimal.processArithmetic(Decimal other, IArithmeticBinaryExpression.Type type) Process provided deicmal to this instance with provided arithmetic type. -
Uses of Decimal in se.kuseman.payloadbuilder.api.execution.vector
Methods in se.kuseman.payloadbuilder.api.execution.vector that return DecimalMethods in se.kuseman.payloadbuilder.api.execution.vector with parameters of type DecimalModifier and TypeMethodDescriptiondefault voidMutableValueVector.setDecimal(int row, Decimal value) Set decimal to provided row. -
Uses of Decimal in se.kuseman.payloadbuilder.api.expression
Methods in se.kuseman.payloadbuilder.api.expression that return Decimal