gregsn
No user record in our sample, but gregsn has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but gregsn has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
regarding ad hoc unions the article mentions this: Siamese pet = ...; (Cat or Chihuahua) mostlyCats = pet; Dog dog = (Dog)mostlyCats; Note: This works for implemented interfaces too. I am unsure what that section…