Class ExtensionCollector

java.lang.Object
io.substrait.extension.AbstractExtensionLookup
io.substrait.extension.ExtensionCollector
All Implemented Interfaces:
ExtensionLookup

public class ExtensionCollector extends AbstractExtensionLookup
Maintains a mapping between function/type anchors and function/type references. Generates references for new anchors as they are requested.

Used to replace instances of function and types in the POJOs with references when converting from Plan to Plan

  • Constructor Details

    • ExtensionCollector

      public ExtensionCollector()
  • Method Details