@Internal public class CalculatedQueryOperation extends Object implements QueryOperation
TableFunction
.Constructor and Description |
---|
CalculatedQueryOperation(ContextResolvedFunction resolvedFunction,
List<ResolvedExpression> arguments,
ResolvedSchema resolvedSchema) |
Modifier and Type | Method and Description |
---|---|
<U> U |
accept(QueryOperationVisitor<U> visitor) |
String |
asSerializableString()
Returns a string that fully serializes this instance.
|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
List<ResolvedExpression> |
getArguments() |
List<QueryOperation> |
getChildren() |
ContextResolvedFunction |
getResolvedFunction() |
ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
public CalculatedQueryOperation(ContextResolvedFunction resolvedFunction, List<ResolvedExpression> arguments, ResolvedSchema resolvedSchema)
public ContextResolvedFunction getResolvedFunction()
public List<ResolvedExpression> getArguments()
public ResolvedSchema getResolvedSchema()
QueryOperation
getResolvedSchema
in interface QueryOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public String asSerializableString()
QueryOperation
Catalog
as a view.asSerializableString
in interface QueryOperation
Operation.asSummaryString()
public List<QueryOperation> getChildren()
getChildren
in interface QueryOperation
public <U> U accept(QueryOperationVisitor<U> visitor)
accept
in interface QueryOperation
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.