@Internal public class CalculatedQueryOperation extends Object implements QueryOperation
TableFunction
.Constructor and Description |
---|
CalculatedQueryOperation(FunctionDefinition functionDefinition,
FunctionIdentifier functionIdentifier,
List<ResolvedExpression> arguments,
TableSchema tableSchema) |
Modifier and Type | Method and Description |
---|---|
<U> U |
accept(QueryOperationVisitor<U> visitor) |
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
List<ResolvedExpression> |
getArguments() |
List<QueryOperation> |
getChildren() |
FunctionDefinition |
getFunctionDefinition() |
Optional<FunctionIdentifier> |
getFunctionIdentifier() |
TableSchema |
getTableSchema()
Resolved schema of this operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSerializableString
public CalculatedQueryOperation(FunctionDefinition functionDefinition, @Nullable FunctionIdentifier functionIdentifier, List<ResolvedExpression> arguments, TableSchema tableSchema)
public FunctionDefinition getFunctionDefinition()
public Optional<FunctionIdentifier> getFunctionIdentifier()
public List<ResolvedExpression> getArguments()
public TableSchema getTableSchema()
QueryOperation
getTableSchema
in interface QueryOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public List<QueryOperation> getChildren()
getChildren
in interface QueryOperation
public <U> U accept(QueryOperationVisitor<U> visitor)
accept
in interface QueryOperation
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.