public class OverflowUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
accountForOverflowDouble(TypeInfo outputTypeInfo,
DoubleColumnVector v,
boolean selectedInUse,
int[] sel,
int n) |
static void |
accountForOverflowLong(TypeInfo outputTypeInfo,
LongColumnVector v,
boolean selectedInUse,
int[] sel,
int n) |
public static void accountForOverflowLong(TypeInfo outputTypeInfo, LongColumnVector v, boolean selectedInUse, int[] sel, int n)
public static void accountForOverflowDouble(TypeInfo outputTypeInfo, DoubleColumnVector v, boolean selectedInUse, int[] sel, int n)
Copyright © 2022 The Apache Software Foundation. All rights reserved.