Class MatchPairFactory

java.lang.Object
io.deephaven.engine.table.impl.select.MatchPairFactory

public class MatchPairFactory extends Object
Parses strings of the form "Column" or "Column1=Column2" into a MatchPair (or array of them).
  • Constructor Details

    • MatchPairFactory

      public MatchPairFactory()
  • Method Details