Class ColumnAcl

java.lang.Object
io.deephaven.enterprise.acl.impl.ColumnAcl

public class ColumnAcl extends Object
A collection of WhereFilters by group and column.
  • Method Details

    • applyTo

      public Table applyTo(@NotNull @NotNull Table baseTable)
      Apply these column ACLs to the specified base table
      Parameters:
      baseTable - the table to apply to
      Returns:
      the table with column ACLs applied