blob: 79492fa378eb6e124eceee3e2df6911f32b66d1c [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 @@@
**********************************************************************/
/* -*-C++-*-
****************************************************************************
*
* File: ComTdbAll.h
* Description: Just to provide a short hand to include all the ComTdb's
* header files.
*
* Created: 5/6/98
* Language: C++
*
*
*
*
****************************************************************************
*/
#ifndef COMTDBALL_H
#define COMTDBALL_H
#include "ComTdbFirstN.h"
#include "ComTdbHashGrby.h"
#include "ComTdbSortGrby.h"
#include "ComTdbTranspose.h"
#include "ComTdbUnPackRows.h"
#include "ComTdbPackRows.h"
#include "ComTdbSample.h"
#include "ComTdbTuple.h"
#include "ComTdbCompoundStmt.h"
#include "ComTdbTimeout.h"
#include "ComTdbControl.h"
#include "ComTdbRoot.h"
#include "ComTdbOnlj.h"
#include "ComTdbHashj.h"
#include "ComTdbMj.h"
#include "ComTdbUnion.h"
#include "ComTdbExplain.h"
#include "ComTdbProbeCache.h"
#include "ComTdbSample.h"
#include "ComTdbSort.h"
#include "ComTdbSplitTop.h"
#include "ComTdbSplitBottom.h"
#include "ComTdbSendTop.h"
#include "ComTdbSendBottom.h"
#include "ComTdbSequence.h"
#include "ComTdbStoredProc.h"
#include "ComTdbTupleFlow.h"
#include "ComTdbStats.h"
#include "ComTdbTransaction.h"
#include "ComTdbDDL.h"
#include "ComTdbExeUtil.h"
#include "ComTdbUdr.h"
#include "ComTdbFastTransport.h"
#include "ComTdbCancel.h"
#include "ComTdbHdfsScan.h"
#include "ComTdbHbaseAccess.h"
#endif