java.lang.Object
org.apache.arrow.gandiva.evaluator.ExpressionRegistry
Used to get the functions and data types supported by Gandiva. All types are in Arrow namespace.
- 
Method SummaryModifier and TypeMethodDescriptionstatic ExpressionRegistryReturns a singleton instance of the class.
- 
Method Details- 
getInstanceReturns a singleton instance of the class.- Returns:
- singleton instance
- Throws:
- GandivaException- if error in Gandiva Library integration.
 
- 
getSupportedFunctions
- 
getSupportedTypes
 
-