blob: f3df163b2ab1c97fbc71bf248297a60817578e1f [file] [log] [blame]
/**********************************************************************
// @@@ START COPYRIGHT @@@
//
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// 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.
//
// @@@ END COPYRIGHT @@@
**********************************************************************/
#include "exp_aggregate.cpp"
#include "exp_arith.cpp"
#include "exp_attrs.cpp"
#include "exp_bignum.cpp"
#include "exp_bool.cpp"
#include "exp_clause.cpp"
#include "exp_comp.cpp"
#include "exp_datetime.cpp"
#include "exp_dp2_expr.cpp"
#include "exp_expr.cpp"
#include "exp_fixup.cpp"
#include "exp_function.cpp"
#include "exp_interval.cpp"
#include "exp_like.cpp"
#include "exp_logic.cpp"
#include "exp_math_func.cpp"
#include "exp_misc.cpp"
#include "exp_output.cpp"
#include "exp_tuple_desc.cpp"
#include "BigNumHelper.cpp"
#include "ExpAtp.cpp"
#include "ExpBitMuxFunction.cpp"
#include "ExpCriDesc.cpp"
#include "ExpDLL.cpp"
#include "ExpError.cpp"
#include "ExpPackDefs.cpp"
#include "ExpPCode.cpp"
#include "ExpPCodeClauseGen.cpp"
#include "ExpPCodeExpGen.cpp"
#include "ExpPCodeOptimizations.cpp"
#include "ExpPCodeOptsConstProp.cpp"
#include "ExpPCodeOptsBulk.cpp"
#include "ExpPCodeOptsPeeling.cpp"
#include "ExpPCodeOptsRuntime.cpp"
#include "ExpSequenceFunction.cpp"
#include "ExpSqlTupp.cpp"
#include "exp_function_lower_unicode.cpp"
#include "exp_function_trim_unicode.cpp"
#include "exp_function_substring_unicode.cpp"
#include "exp_function_upper_unicode.cpp"