Class EmptyTable

java.lang.Object
io.deephaven.qst.table.TableBase
io.deephaven.qst.table.EmptyTable
All Implemented Interfaces:
TableOperations<TableSpec,TableSpec>, TableOperationsDefaults<TableSpec,TableSpec>, TableSchema, TableSpec

@Immutable public abstract class EmptyTable extends TableBase
An empty table with size() rows and 0 columns.
  • Constructor Details

    • EmptyTable

      public EmptyTable()
  • Method Details

    • of

      public static EmptyTable of(long size)
    • size

      @Parameter public abstract long size()
    • walk

      public final <T> T walk(TableSpec.Visitor<T> visitor)