Package org.apache.calcite.linq4j.util
Interface Compatible
public interface Compatible
Compatibility layer.
Allows to use advanced functionality if the latest JDK version is present.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Creates an implementation ofCompatible
suitable for the current environment. -
Field Summary
-
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
isRecord
Tells whether the given class is a JDK 16+ record.
-