java.lang.Object
com.apple.foundationdb.relational.recordlayer.TupleUtils

@API(EXPERIMENTAL) public final class TupleUtils extends Object
  • Method Details

    • toFDBTuple

      public static Tuple toFDBTuple(com.apple.foundationdb.relational.api.Row relationalTuple) throws com.apple.foundationdb.relational.api.exceptions.RelationalException
      Throws:
      com.apple.foundationdb.relational.api.exceptions.RelationalException
    • toRelationalTuple

      public static com.apple.foundationdb.relational.api.Row toRelationalTuple(Tuple key)