All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.substrait.isthmus.CallConverter Maven / Gradle / Ivy

Go to download

Create a well-defined, cross-language specification for data compute operations

There is a newer version: 0.46.1
Show newest version
package io.substrait.isthmus;

import io.substrait.expression.Expression;
import java.util.Optional;
import java.util.function.Function;
import org.apache.calcite.rex.RexCall;
import org.apache.calcite.rex.RexNode;

@FunctionalInterface
public interface CallConverter {
  Optional convert(RexCall call, Function topLevelConverter);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy