Package org.apache.spark.sql.types
Class LongExactNumeric
Object
org.apache.spark.sql.types.LongExactNumeric
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic T
abs
(T x) static int
compare
(long x, long y) abstract static boolean
static boolean
equiv
(T x, T y) static long
fromInt
(int x) static boolean
gt
(T x, T y) static boolean
gteq
(T x, T y) static boolean
isReverseOf
(scala.math.Ordering<?> other) static boolean
lt
(T x, T y) static boolean
lteq
(T x, T y) static <U extends T>
Umax
(U x, U y) static <U extends T>
Umin
(U x, U y) static long
minus
(long x, long y) static scala.math.Integral<T>.scala.math.Integral.IntegralOps
mkNumericOps
(T lhs) static scala.math.Ordering<T>.scala.math.Ordering.OrderingOps
mkOrderingOps
(T lhs) static long
negate
(long x) static <U> scala.math.Ordering<U>
on
(scala.Function1<U, T> f) static T
one()
static scala.math.Ordering<T>
orElse
(scala.math.Ordering<T> other) static <S> scala.math.Ordering<T>
orElseBy
(scala.Function1<T, S> f, scala.math.Ordering<S> ord) static scala.Option<Object>
parseString
(String str) static long
plus
(long x, long y) static long
quot
(long x, long y) static long
rem
(long x, long y) static scala.math.Ordering<T>
reverse()
static Comparator<T>
reversed()
static long
sign
(long x) static int
signum
(long x) static Comparator<T>
thenComparing
(Comparator<? super T> x$1) static <U extends Comparable<? super U>>
Comparator<T>thenComparing
(Function<? super T, ? extends U> x$1) static <U> Comparator<T>
thenComparing
(Function<? super T, ? extends U> x$1, Comparator<? super U> x$2) static Comparator<T>
thenComparingDouble
(ToDoubleFunction<? super T> x$1) static Comparator<T>
thenComparingInt
(ToIntFunction<? super T> x$1) static Comparator<T>
thenComparingLong
(ToLongFunction<? super T> x$1) static long
times
(long x, long y) static double
toDouble
(long x) static float
toFloat
(long x) static int
toInt
(long x) static long
toLong
(long x) static scala.Some<Object>
tryCompare
(T x, T y) static T
zero()
-
Constructor Details
-
LongExactNumeric
public LongExactNumeric()
-
-
Method Details
-
plus
public static long plus(long x, long y) -
minus
public static long minus(long x, long y) -
times
public static long times(long x, long y) -
negate
public static long negate(long x) -
toInt
public static int toInt(long x) -
equals
-
reversed
-
thenComparing
-
thenComparing
public static <U> Comparator<T> thenComparing(Function<? super T, ? extends U> x$1, Comparator<? super U> x$2) -
thenComparing
public static <U extends Comparable<? super U>> Comparator<T> thenComparing(Function<? super T, ? extends U> x$1) -
thenComparingInt
-
thenComparingLong
-
thenComparingDouble
-
tryCompare
-
lteq
public static boolean lteq(T x, T y) -
gteq
public static boolean gteq(T x, T y) -
lt
public static boolean lt(T x, T y) -
gt
public static boolean gt(T x, T y) -
equiv
public static boolean equiv(T x, T y) -
max
public static <U extends T> U max(U x, U y) -
min
public static <U extends T> U min(U x, U y) -
reverse
public static scala.math.Ordering<T> reverse() -
isReverseOf
public static boolean isReverseOf(scala.math.Ordering<?> other) -
on
public static <U> scala.math.Ordering<U> on(scala.Function1<U, T> f) -
orElse
public static scala.math.Ordering<T> orElse(scala.math.Ordering<T> other) -
orElseBy
public static <S> scala.math.Ordering<T> orElseBy(scala.Function1<T, S> f, scala.math.Ordering<S> ord) -
mkOrderingOps
public static scala.math.Ordering<T>.scala.math.Ordering.OrderingOps mkOrderingOps(T lhs) -
zero
public static T zero() -
one
public static T one() -
abs
public static T abs(T x) -
mkNumericOps
public static scala.math.Integral<T>.scala.math.Integral.IntegralOps mkNumericOps(T lhs) -
quot
public static long quot(long x, long y) -
rem
public static long rem(long x, long y) -
fromInt
public static long fromInt(int x) -
parseString
-
toLong
public static long toLong(long x) -
toFloat
public static float toFloat(long x) -
toDouble
public static double toDouble(long x) -
signum
public static int signum(long x) -
sign
public static long sign(long x) -
compare
public static int compare(long x, long y)
-