how-query-engines-work icon indicating copy to clipboard operation
how-query-engines-work copied to clipboard

Typo in the online book example

Open r3stl355 opened this issue 2 years ago • 0 comments

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)
}

r3stl355 avatar Jan 06 '24 22:01 r3stl355