legate.core.StructLogicalArray.from_store_and_mask#

static StructLogicalArray.from_store_and_mask(
LogicalStore store,
LogicalStore null_mask,
) LogicalArray#

Create a LogicalArray from a LogicalStore and null mask.

Parameters:
  • store (LogicalStore) – The store to create the array from.

  • null_mask (LogicalStore) – The store holding the null mask indicating null elements of store.

Returns:

The newly created LogicalArray.

Return type:

LogicalArray