| Package | Description |
|---|---|
| org.apache.asterix.metadata | |
| org.apache.asterix.metadata.api | |
| org.apache.asterix.metadata.entitytupletranslators | |
| org.apache.asterix.metadata.functions |
| Modifier and Type | Field and Description |
|---|---|
protected Map<FunctionSignature,Function> |
MetadataCache.functions |
| Modifier and Type | Method and Description |
|---|---|
Function |
MetadataCache.getFunction(FunctionSignature functionSignature) |
Function |
MetadataNode.getFunction(JobId jobId,
FunctionSignature functionSignature) |
Function |
MetadataManager.getFunction(MetadataTransactionContext ctx,
FunctionSignature functionSignature) |
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
MetadataNode.getDataverseFunctions(JobId jobId,
String dataverseName) |
List<Function> |
MetadataManager.getDataverseFunctions(MetadataTransactionContext ctx,
String dataverseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataTransactionContext.addFunction(Function function) |
void |
MetadataNode.addFunction(JobId jobId,
Function function) |
void |
MetadataManager.addFunction(MetadataTransactionContext mdTxnCtx,
Function function) |
Object |
MetadataCache.addFunctionIfNotExists(Function function) |
Object |
MetadataCache.dropFunction(Function function) |
| Modifier and Type | Method and Description |
|---|---|
Function |
IMetadataNode.getFunction(JobId jobId,
FunctionSignature functionSignature) |
Function |
IMetadataManager.getFunction(MetadataTransactionContext ctx,
FunctionSignature functionSignature) |
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
IMetadataNode.getDataverseFunctions(JobId jobId,
String dataverseName) |
List<Function> |
IMetadataManager.getDataverseFunctions(MetadataTransactionContext ctx,
String dataverseName) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMetadataNode.addFunction(JobId jobId,
Function function) |
void |
IMetadataManager.addFunction(MetadataTransactionContext mdTxnCtx,
Function function) |
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionTupleTranslator.getMetadataEntityFromTuple(org.apache.hyracks.dataflow.common.data.accessors.ITupleReference frameTuple) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hyracks.dataflow.common.data.accessors.ITupleReference |
FunctionTupleTranslator.getTupleFromMetadataEntity(Function function) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hyracks.algebricks.core.algebra.functions.IFunctionInfo |
ExternalFunctionCompilerUtil.getExternalFunctionInfo(MetadataTransactionContext txnCtx,
Function function) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.