how-query-engines-work
how-query-engines-work copied to clipboard
Typo in the online book example
An example under https://howqueryengineswork.com/05-logical-plan.html#math-expressions has a small typo, it should be name instead of "mult"
override fun toField(input: LogicalPlan): Field {
return Field("mult", l.toField(input).dataType)
}