public static final class FunctionDefinition.FileFunctionDefinition extends Object implements FunctionDefinition
FunctionDefinition.FileFunctionDefinition, FunctionDefinition.FunctionFileResource, FunctionDefinition.LambdaFunctionDefinition, FunctionDefinition.SQLFunctionDefinition, FunctionDefinition.Types
Constructor and Description |
---|
FileFunctionDefinition(List<FunctionDefinition.FunctionFileResource> fileResources,
String language,
String className,
String functionName) |
Modifier and Type | Method and Description |
---|---|
String |
className() |
boolean |
equals(Object o) |
List<FunctionDefinition.FunctionFileResource> |
fileResources() |
String |
functionName() |
int |
hashCode() |
String |
language() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
file, lambda, sql
public FileFunctionDefinition(List<FunctionDefinition.FunctionFileResource> fileResources, String language, String className, String functionName)
public List<FunctionDefinition.FunctionFileResource> fileResources()
public String language()
public String className()
public String functionName()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.