blob: 189701f19848c03304e373b143a374f10c0812b4 [file] [log] [blame]
import org.apache.amaterasu.executor.runtime.AmaContext
val highNoDf = AmaContext.getDataFrame("start", "x").where("age > 20")
highNoDf.show