Add oracle caller utility (#8599)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 12 Apr 2022 14:59:14 +0000 (09:59 -0500)
committerGitHub <noreply@github.com>
Tue, 12 Apr 2022 14:59:14 +0000 (14:59 +0000)
commit0dff5a6cbccb75c2ef1247243c30c0979d3d7617
treed8a1b9189d797a8748cda73b7fa1cda4ba5e1b98
parent13c3b7355c5bf0ed749f9be9b1cefb7262d08353
Add oracle caller utility (#8599)

The implementation of this class has a placeholder for calling external binaries, which will be filled in a later PR.
src/expr/CMakeLists.txt
src/expr/oracle_caller.cpp [new file with mode: 0644]
src/expr/oracle_caller.h [new file with mode: 0644]