Skip to content
  • Ben Pfaff's avatar
    ovsdb-idlc: Implement synthetic columns. · 01928c96
    Ben Pfaff authored
    
    
    A synthetic column is one that is not present in the actual database but
    instead calculated by code in the client based on columns in the row.  This
    can be useful to avoid repeatedly calculating the same function of a row.
    
    Signed-off-by: default avatarBen Pfaff <blp@ovn.org>
    01928c96