| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOptions |
ArithmeticOptions.check_overflow(boolean setter) |
ArithmeticOptions |
ArithmeticOptions.check_overflow(boolean setter) |
ArithmeticOptions |
ArithmeticOptions.getPointer(long i) |
ArithmeticOptions |
ArithmeticOptions.getPointer(long i) |
ArithmeticOptions |
ArithmeticOptions.position(long position) |
ArithmeticOptions |
ArithmeticOptions.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static DatumResult |
arrow.AbsoluteValue(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\}
|
static DatumResult |
arrow.AbsoluteValue(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\}
|
static DatumResult |
arrow.Acos(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the inverse cosine (arccosine) of the array values.
|
static DatumResult |
arrow.Acos(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the inverse cosine (arccosine) of the array values.
|
static DatumResult |
arrow.Add(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Add two values together.
|
static DatumResult |
arrow.Add(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Add two values together.
|
static DatumResult |
arrow.Asin(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the inverse sine (arcsine) of the array values.
|
static DatumResult |
arrow.Asin(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the inverse sine (arcsine) of the array values.
|
static DatumResult |
arrow.Cos(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the cosine of the array values.
|
static DatumResult |
arrow.Cos(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the cosine of the array values.
|
static DatumResult |
arrow.Divide(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Divide two values.
|
static DatumResult |
arrow.Divide(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Divide two values.
|
static DatumResult |
arrow.Ln(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the natural log of a value.
|
static DatumResult |
arrow.Ln(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the natural log of a value.
|
static DatumResult |
arrow.Log10(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the log base 10 of a value.
|
static DatumResult |
arrow.Log10(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the log base 10 of a value.
|
static DatumResult |
arrow.Log1p(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the natural log of (1 + value).
|
static DatumResult |
arrow.Log1p(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the natural log of (1 + value).
|
static DatumResult |
arrow.Log2(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the log base 2 of a value.
|
static DatumResult |
arrow.Log2(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the log base 2 of a value.
|
static DatumResult |
arrow.Logb(Datum arg,
Datum base,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the log of a value to the given base.
|
static DatumResult |
arrow.Logb(Datum arg,
Datum base,
ArithmeticOptions options,
ExecContext ctx)
\brief Get the log of a value to the given base.
|
static DatumResult |
arrow.Multiply(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Multiply two values.
|
static DatumResult |
arrow.Multiply(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Multiply two values.
|
static DatumResult |
arrow.Negate(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Negate values.
|
static DatumResult |
arrow.Negate(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Negate values.
|
static DatumResult |
arrow.Power(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Raise the values of base array to the power of the exponent array values.
|
static DatumResult |
arrow.Power(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Raise the values of base array to the power of the exponent array values.
|
static DatumResult |
arrow.ShiftLeft(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Left shift the left array by the right array.
|
static DatumResult |
arrow.ShiftLeft(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Left shift the left array by the right array.
|
static DatumResult |
arrow.ShiftRight(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Right shift the left array by the right array.
|
static DatumResult |
arrow.ShiftRight(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Right shift the left array by the right array.
|
static DatumResult |
arrow.Sin(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the sine of the array values.
|
static DatumResult |
arrow.Sin(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the sine of the array values.
|
static DatumResult |
arrow.Subtract(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Subtract two values.
|
static DatumResult |
arrow.Subtract(Datum left,
Datum right,
ArithmeticOptions options,
ExecContext ctx)
\brief Subtract two values.
|
static DatumResult |
arrow.Tan(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the tangent of the array values.
|
static DatumResult |
arrow.Tan(Datum arg,
ArithmeticOptions options,
ExecContext ctx)
\brief Compute the tangent of the array values.
|
Copyright © 2022. All rights reserved.