Class Join

    • Method Detail

      • getOutputSchema

        public Schema getOutputSchema()
      • joinExamples

        public List<Writable> joinExamples​(List<Writable> leftExample,
                                           List<Writable> rightExample)
        Join the examples. Note: left or right examples may be null; if they are null, the appropriate NullWritables are inserted.
        Parameters:
        leftExample -
        rightExample -
        Returns: