- All Known Implementing Classes:
InNode
public interface TreeNode
Defines an internal node in the expression tree.
-
Method Summary
Modifier and TypeMethodDescriptionConverts a TreeNode into a protobuf.
-
Method Details
-
toProtobuf
Converts a TreeNode into a protobuf.- Returns:
- A treenode protobuf
- Throws:
GandivaException
- in case the TreeNode cannot be processed
-