io.substrait.relation.ToProto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Create a well-defined, cross-language specification for data compute operations
package io.substrait.relation;
import com.google.protobuf.Message;
public interface ToProto {
T toProto();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy