pp function

This commit is contained in:
2021-08-16 13:55:51 +02:00
parent b03462da6a
commit a344f5b62f
6 changed files with 88 additions and 29 deletions

View File

@@ -10,6 +10,9 @@
namespace usql {
static const int FUNCTION_CALL = -1;
enum class ColumnType {
integer_type,
float_type,