transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

addtotals command - Data Types of fields needed

Open tombonfert opened this issue 4 years ago • 0 comments

The addtotals command computes the arithmetic sum of all numeric fields for each search result.

Currently, we are not able to determine the numeric fields for a given table. The reason for this is that we are creating an unresolved logical plan, for which the data type of unresolved attributes cannot be determined. There are also other commands where the data types of fields are needed (e.g. streamstats, eventstats)

@nfx @VincentTNR Any ideas on this?

tombonfert avatar Nov 09 '21 10:11 tombonfert