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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classCreates an implementation ofCompatiblesuitable for the current environment.
- 
Field SummaryFields
- 
Method Summary
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
isRecordTells whether the given class is a JDK 16+ record.
 
-