Category:1999 films
Category:Indian films
Category:1990s Hindi-language films/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
*
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package org.apache.asterix.runtime.evaluators.functions;
import org.apache.asterix.om.functions.BuiltinFunctions;
import org.apache.asterix.om.functions.IFunctionDescriptor;
import org.apache.asterix.om.functions.IFunctionDescriptorFactory;
import org.apache.asterix.om.types.IAType;
import org.apache.asterix.runtime.evaluators.base.AbstractScalarFunctionDynamicDescriptor;
import org.apache.asterix.runtime.evaluators.functions.base.AbstractScalarFunctionDynamicDescriptorFactory;
import org.apache.asterix.runtime.evaluators.functions.formats.FunctionFormatProfile;
import org.apache.asterix.runtime.evaluators.functions.formats.IFormatProviderFactory;
import org.apache.asterix.runtime.evaluators.functions.params.IFunctionDescriptorFactoryParameter;
import org.apache.asterix.runtime.exceptions.FunctionExecutionException;
import org.apache.asterix.runtime.exceptions.StarException;
import org.apache.asterix.runtime.exceptions.TypeMismatchException;
import org.apache.aster be359ba680
Related links:
Comments