public class CompiledExpression extends Object implements AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
ColumnVector |
computeColumn(Table table)
Compute a new column by applying this AST expression to the specified table.
|
long |
getNativeHandle()
Returns the native address of a compiled expression.
|
public ColumnVector computeColumn(Table table)
ColumnReference
instances within the expression will use the sole input table,
even if they try to specify a non-existent table, e.g.: TableReference.RIGHT
.table
- input table for this expressionpublic void close()
close
in interface AutoCloseable
public long getNativeHandle()
Copyright © 2024. All rights reserved.