Class ArrayTable.Content

  • Enclosing class:
    ArrayTable

    public static class ArrayTable.Content
    extends java.lang.Object
    Contents of a table.
    • Field Detail

      • size

        private final int size
      • collations

        private final com.google.common.collect.ImmutableList<RelCollation> collations
    • Constructor Detail

      • Content

        @Deprecated
        Content​(java.util.List<? extends ArrayTable.Column> columns,
                int size,
                int sortField)
        Deprecated.
    • Method Detail

      • enumerator

        public <T> Enumerator<T> enumerator()
      • arrayEnumerator

        public Enumerator<java.lang.Object[]> arrayEnumerator()