Class ArrayView

java.lang.Object
io.trino.operator.window.matcher.ArrayView

public class ArrayView extends Object
  • Field Details

    • EMPTY

      public static final ArrayView EMPTY
  • Constructor Details

    • ArrayView

      public ArrayView(int[] array, int length)
  • Method Details

    • get

      public int get(int index)
    • length

      public int length()