Package org.apache.spark.sql.types
Class LongExactNumeric
Object
org.apache.spark.sql.types.LongExactNumeric
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Tabs(T x) static intcompare(long x, long y) abstract static booleanstatic booleanequiv(T x, T y) static longfromInt(int x) static booleangt(T x, T y) static booleangteq(T x, T y) static booleanisReverseOf(scala.math.Ordering<?> other) static booleanlt(T x, T y) static booleanlteq(T x, T y) static <U extends T>
Umax(U x, U y) static <U extends T>
Umin(U x, U y) static longminus(long x, long y) static scala.math.Integral<T>.scala.math.Integral.IntegralOpsmkNumericOps(T lhs) static scala.math.Ordering<T>.scala.math.Ordering.OrderingOpsmkOrderingOps(T lhs) static longnegate(long x) static <U> scala.math.Ordering<U>on(scala.Function1<U, T> f) static Tone()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 longplus(long x, long y) static longquot(long x, long y) static longrem(long x, long y) static scala.math.Ordering<T>reverse()static Comparator<T>reversed()static longsign(long x) static intsignum(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 longtimes(long x, long y) static doubletoDouble(long x) static floattoFloat(long x) static inttoInt(long x) static longtoLong(long x) static scala.Some<Object>tryCompare(T x, T y) static Tzero()
-
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)
-