This is the same as the tuple handler but allows treating of null values. For this each data element get an additional byte with information if the value is available (!=0) or null (0). Further values could be implemented in the future.

  • No labels