()
| 881 | // For locations that don't need to handle tuple caching yet, keep the |
| 882 | // old signature with a default ThriftSerializationCtx. |
| 883 | public TExpr treeToThrift() { |
| 884 | return treeToThrift(new ThriftSerializationCtx()); |
| 885 | } |
| 886 | |
| 887 | // Convert this expr, including all children, to its Thrift representation. |
| 888 | public TExpr treeToThrift(ThriftSerializationCtx serialCtx) { |