Return-Path: X-Original-To: apmail-asterixdb-commits-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A614418E3D for ; Tue, 25 Aug 2015 17:11:43 +0000 (UTC) Received: (qmail 66334 invoked by uid 500); 25 Aug 2015 17:11:40 -0000 Delivered-To: apmail-asterixdb-commits-archive@asterixdb.apache.org Received: (qmail 66217 invoked by uid 500); 25 Aug 2015 17:11:40 -0000 Mailing-List: contact commits-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list commits@asterixdb.incubator.apache.org Received: (qmail 66092 invoked by uid 99); 25 Aug 2015 17:11:40 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 17:11:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 045C91AACBF for ; Tue, 25 Aug 2015 17:11:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.774 X-Spam-Level: * X-Spam-Status: No, score=1.774 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.006] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 1BJIXhATWNZX for ; Tue, 25 Aug 2015 17:11:23 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 15C75261AB for ; Tue, 25 Aug 2015 17:11:23 +0000 (UTC) Received: (qmail 79459 invoked by uid 99); 25 Aug 2015 16:44:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 16:44:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 845AFE3612; Tue, 25 Aug 2015 16:44:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: imaxon@apache.org To: commits@asterixdb.incubator.apache.org Date: Tue, 25 Aug 2015 16:44:47 -0000 Message-Id: <4df80969fbf94bbf9feaa2e013e19f6d@git.apache.org> In-Reply-To: <6437d9e69ade468dba7f920558170c53@git.apache.org> References: <6437d9e69ade468dba7f920558170c53@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/51] [partial] incubator-asterixdb git commit: Change Java package from edu.uci.ics to org.apache http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToDoubleTypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToDoubleTypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToDoubleTypeConvertComputer.java index f07e5a1..d8b77d7 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToDoubleTypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToDoubleTypeConvertComputer.java @@ -12,14 +12,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.hyracks.data.std.primitive.FloatPointable; -import edu.uci.ics.hyracks.dataflow.common.data.marshalling.DoubleSerializerDeserializer; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.hyracks.data.std.primitive.FloatPointable; +import org.apache.hyracks.dataflow.common.data.marshalling.DoubleSerializerDeserializer; public class FloatToDoubleTypeConvertComputer implements ITypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt16TypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt16TypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt16TypeConvertComputer.java index 3a3e84a..54ff4e1 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt16TypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt16TypeConvertComputer.java @@ -12,13 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.hyracks.data.std.primitive.FloatPointable; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.hyracks.data.std.primitive.FloatPointable; public class FloatToInt16TypeConvertComputer implements ITypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt32TypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt32TypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt32TypeConvertComputer.java index 3823a8d..a3461d4 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt32TypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt32TypeConvertComputer.java @@ -12,13 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.hyracks.data.std.primitive.FloatPointable; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.hyracks.data.std.primitive.FloatPointable; public class FloatToInt32TypeConvertComputer implements ITypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt64TypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt64TypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt64TypeConvertComputer.java index 6c49bb1..cc36516 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt64TypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt64TypeConvertComputer.java @@ -12,13 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.hyracks.data.std.primitive.FloatPointable; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.hyracks.data.std.primitive.FloatPointable; public class FloatToInt64TypeConvertComputer implements ITypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt8TypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt8TypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt8TypeConvertComputer.java index 9ea7ae6..fc15329 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt8TypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/FloatToInt8TypeConvertComputer.java @@ -12,13 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.hyracks.data.std.primitive.FloatPointable; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.hyracks.data.std.primitive.FloatPointable; public class FloatToInt8TypeConvertComputer implements ITypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/ITypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/ITypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/ITypeConvertComputer.java index 23f78b2..a191a6a 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/ITypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/ITypeConvertComputer.java @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToDoubleTypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToDoubleTypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToDoubleTypeConvertComputer.java index 0120023..264ca04 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToDoubleTypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToDoubleTypeConvertComputer.java @@ -12,13 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.hyracks.dataflow.common.data.marshalling.DoubleSerializerDeserializer; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.hyracks.dataflow.common.data.marshalling.DoubleSerializerDeserializer; public class IntegerToDoubleTypeConvertComputer implements ITypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToFloatTypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToFloatTypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToFloatTypeConvertComputer.java index e2c09d4..8fab8d8 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToFloatTypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToFloatTypeConvertComputer.java @@ -12,13 +12,13 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.hyracks.dataflow.common.data.marshalling.FloatSerializerDeserializer; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.hyracks.dataflow.common.data.marshalling.FloatSerializerDeserializer; public class IntegerToFloatTypeConvertComputer implements ITypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt16TypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt16TypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt16TypeConvertComputer.java index f0cf7b2..228c266 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt16TypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt16TypeConvertComputer.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; +import org.apache.asterix.om.types.ATypeTag; public class IntegerToInt16TypeConvertComputer extends AbstractIntegerTypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt32TypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt32TypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt32TypeConvertComputer.java index 190987c..ec9cd5b 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt32TypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt32TypeConvertComputer.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; +import org.apache.asterix.om.types.ATypeTag; public class IntegerToInt32TypeConvertComputer extends AbstractIntegerTypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt64TypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt64TypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt64TypeConvertComputer.java index d76065a..86bb126 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt64TypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt64TypeConvertComputer.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; +import org.apache.asterix.om.types.ATypeTag; public class IntegerToInt64TypeConvertComputer extends AbstractIntegerTypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt8TypeConvertComputer.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt8TypeConvertComputer.java b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt8TypeConvertComputer.java index a42a19c..87a4107 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt8TypeConvertComputer.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/types/hierachy/IntegerToInt8TypeConvertComputer.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.types.hierachy; +package org.apache.asterix.om.types.hierachy; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.om.types.ATypeTag; +import org.apache.asterix.om.types.ATypeTag; public class IntegerToInt8TypeConvertComputer extends AbstractIntegerTypeConvertComputer { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixAppContextInfo.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixAppContextInfo.java b/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixAppContextInfo.java index fece403..a7c78f4 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixAppContextInfo.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixAppContextInfo.java @@ -12,25 +12,25 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.util; +package org.apache.asterix.om.util; import java.util.logging.Logger; -import edu.uci.ics.asterix.common.config.AsterixCompilerProperties; -import edu.uci.ics.asterix.common.config.AsterixExternalProperties; -import edu.uci.ics.asterix.common.config.AsterixFeedProperties; -import edu.uci.ics.asterix.common.config.AsterixMetadataProperties; -import edu.uci.ics.asterix.common.config.AsterixPropertiesAccessor; -import edu.uci.ics.asterix.common.config.AsterixStorageProperties; -import edu.uci.ics.asterix.common.config.AsterixTransactionProperties; -import edu.uci.ics.asterix.common.config.IAsterixPropertiesProvider; -import edu.uci.ics.asterix.common.dataflow.IAsterixApplicationContextInfo; -import edu.uci.ics.asterix.common.exceptions.AsterixException; -import edu.uci.ics.asterix.transaction.management.service.transaction.AsterixRuntimeComponentsProvider; -import edu.uci.ics.hyracks.api.application.ICCApplicationContext; -import edu.uci.ics.hyracks.api.client.IHyracksClientConnection; -import edu.uci.ics.hyracks.storage.am.common.api.IIndexLifecycleManagerProvider; -import edu.uci.ics.hyracks.storage.common.IStorageManagerInterface; +import org.apache.asterix.common.config.AsterixCompilerProperties; +import org.apache.asterix.common.config.AsterixExternalProperties; +import org.apache.asterix.common.config.AsterixFeedProperties; +import org.apache.asterix.common.config.AsterixMetadataProperties; +import org.apache.asterix.common.config.AsterixPropertiesAccessor; +import org.apache.asterix.common.config.AsterixStorageProperties; +import org.apache.asterix.common.config.AsterixTransactionProperties; +import org.apache.asterix.common.config.IAsterixPropertiesProvider; +import org.apache.asterix.common.dataflow.IAsterixApplicationContextInfo; +import org.apache.asterix.common.exceptions.AsterixException; +import org.apache.asterix.transaction.management.service.transaction.AsterixRuntimeComponentsProvider; +import org.apache.hyracks.api.application.ICCApplicationContext; +import org.apache.hyracks.api.client.IHyracksClientConnection; +import org.apache.hyracks.storage.am.common.api.IIndexLifecycleManagerProvider; +import org.apache.hyracks.storage.common.IStorageManagerInterface; /* * Acts as an holder class for IndexRegistryProvider, AsterixStorageManager @@ -63,7 +63,7 @@ public class AsterixAppContextInfo implements IAsterixApplicationContextInfo, IA INSTANCE.txnProperties = new AsterixTransactionProperties(propertiesAccessor); INSTANCE.feedProperties = new AsterixFeedProperties(propertiesAccessor); INSTANCE.hcc = hcc; - Logger.getLogger("edu.uci.ics").setLevel(INSTANCE.externalProperties.getLogLevel()); + Logger.getLogger("org.apache").setLevel(INSTANCE.externalProperties.getLogLevel()); } private AsterixAppContextInfo(ICCApplicationContext ccAppCtx, IHyracksClientConnection hcc) { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixClusterProperties.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixClusterProperties.java b/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixClusterProperties.java index de3b1b9..5eeaa01 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixClusterProperties.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixClusterProperties.java @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.util; +package org.apache.asterix.om.util; import java.io.InputStream; import java.util.ArrayList; @@ -28,11 +28,11 @@ import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.Unmarshaller; -import edu.uci.ics.asterix.common.api.IClusterManagementWork.ClusterState; -import edu.uci.ics.asterix.event.schema.cluster.Cluster; -import edu.uci.ics.asterix.event.schema.cluster.Node; -import edu.uci.ics.hyracks.algebricks.common.constraints.AlgebricksAbsolutePartitionConstraint; -import edu.uci.ics.hyracks.algebricks.common.constraints.AlgebricksPartitionConstraint; +import org.apache.asterix.common.api.IClusterManagementWork.ClusterState; +import org.apache.asterix.event.schema.cluster.Cluster; +import org.apache.asterix.event.schema.cluster.Node; +import org.apache.hyracks.algebricks.common.constraints.AlgebricksAbsolutePartitionConstraint; +import org.apache.hyracks.algebricks.common.constraints.AlgebricksPartitionConstraint; /** * A holder class for properties related to the Asterix cluster. http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixRuntimeUtil.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixRuntimeUtil.java b/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixRuntimeUtil.java index e88b5d7..c120203 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixRuntimeUtil.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/util/AsterixRuntimeUtil.java @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.util; +package org.apache.asterix.om.util; import java.net.InetAddress; import java.net.UnknownHostException; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/util/JSONDeserializerForTypes.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/util/JSONDeserializerForTypes.java b/asterix-om/src/main/java/org/apache/asterix/om/util/JSONDeserializerForTypes.java index 4139fb1..568312a 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/util/JSONDeserializerForTypes.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/util/JSONDeserializerForTypes.java @@ -13,7 +13,7 @@ * limitations under the License. */ -package edu.uci.ics.asterix.om.util; +package org.apache.asterix.om.util; import java.lang.reflect.Field; import java.util.ArrayList; @@ -22,12 +22,12 @@ import java.util.List; import org.json.JSONArray; import org.json.JSONObject; -import edu.uci.ics.asterix.om.types.AOrderedListType; -import edu.uci.ics.asterix.om.types.ARecordType; -import edu.uci.ics.asterix.om.types.AUnionType; -import edu.uci.ics.asterix.om.types.AUnorderedListType; -import edu.uci.ics.asterix.om.types.BuiltinType; -import edu.uci.ics.asterix.om.types.IAType; +import org.apache.asterix.om.types.AOrderedListType; +import org.apache.asterix.om.types.ARecordType; +import org.apache.asterix.om.types.AUnionType; +import org.apache.asterix.om.types.AUnorderedListType; +import org.apache.asterix.om.types.BuiltinType; +import org.apache.asterix.om.types.IAType; public class JSONDeserializerForTypes { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/util/NonTaggedFormatUtil.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/util/NonTaggedFormatUtil.java b/asterix-om/src/main/java/org/apache/asterix/om/util/NonTaggedFormatUtil.java index 2416aa0..f41413f 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/util/NonTaggedFormatUtil.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/util/NonTaggedFormatUtil.java @@ -12,31 +12,31 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.util; +package org.apache.asterix.om.util; import java.util.List; -import edu.uci.ics.asterix.common.config.DatasetConfig.IndexType; -import edu.uci.ics.asterix.common.exceptions.AsterixException; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AInt16SerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AOrderedListSerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.ARecordSerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AUnorderedListSerializerDeserializer; -import edu.uci.ics.asterix.formats.nontagged.AqlBinaryComparatorFactoryProvider; -import edu.uci.ics.asterix.formats.nontagged.AqlBinaryTokenizerFactoryProvider; -import edu.uci.ics.asterix.formats.nontagged.AqlTypeTraitProvider; -import edu.uci.ics.asterix.om.types.ARecordType; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.asterix.om.types.AUnionType; -import edu.uci.ics.asterix.om.types.AbstractCollectionType; -import edu.uci.ics.asterix.om.types.BuiltinType; -import edu.uci.ics.asterix.om.types.EnumDeserializer; -import edu.uci.ics.asterix.om.types.IAType; -import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException; -import edu.uci.ics.hyracks.algebricks.common.exceptions.NotImplementedException; -import edu.uci.ics.hyracks.api.dataflow.value.IBinaryComparatorFactory; -import edu.uci.ics.hyracks.api.dataflow.value.ITypeTraits; -import edu.uci.ics.hyracks.storage.am.lsm.invertedindex.tokenizers.IBinaryTokenizerFactory; +import org.apache.asterix.common.config.DatasetConfig.IndexType; +import org.apache.asterix.common.exceptions.AsterixException; +import org.apache.asterix.dataflow.data.nontagged.serde.AInt16SerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AOrderedListSerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.ARecordSerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AUnorderedListSerializerDeserializer; +import org.apache.asterix.formats.nontagged.AqlBinaryComparatorFactoryProvider; +import org.apache.asterix.formats.nontagged.AqlBinaryTokenizerFactoryProvider; +import org.apache.asterix.formats.nontagged.AqlTypeTraitProvider; +import org.apache.asterix.om.types.ARecordType; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.asterix.om.types.AUnionType; +import org.apache.asterix.om.types.AbstractCollectionType; +import org.apache.asterix.om.types.BuiltinType; +import org.apache.asterix.om.types.EnumDeserializer; +import org.apache.asterix.om.types.IAType; +import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException; +import org.apache.hyracks.algebricks.common.exceptions.NotImplementedException; +import org.apache.hyracks.api.dataflow.value.IBinaryComparatorFactory; +import org.apache.hyracks.api.dataflow.value.ITypeTraits; +import org.apache.hyracks.storage.am.lsm.invertedindex.tokenizers.IBinaryTokenizerFactory; public final class NonTaggedFormatUtil { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/util/ResettableByteArrayOutputStream.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/util/ResettableByteArrayOutputStream.java b/asterix-om/src/main/java/org/apache/asterix/om/util/ResettableByteArrayOutputStream.java index 8a59584..c25975c 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/util/ResettableByteArrayOutputStream.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/util/ResettableByteArrayOutputStream.java @@ -12,9 +12,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.util; +package org.apache.asterix.om.util; -import edu.uci.ics.hyracks.data.std.util.ByteArrayAccessibleOutputStream; +import org.apache.hyracks.data.std.util.ByteArrayAccessibleOutputStream; /** * This class extends ByteArrayAccessibleOutputStream to allow reset to a given http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectFactory.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectFactory.java b/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectFactory.java index 76f2a55..66d4165 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectFactory.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectFactory.java @@ -13,7 +13,7 @@ * limitations under the License. */ -package edu.uci.ics.asterix.om.util.container; +package org.apache.asterix.om.util.container; /** * A factory interface to create objects. http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectPool.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectPool.java b/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectPool.java index 71a44f4..22ecd3d 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectPool.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/util/container/IObjectPool.java @@ -13,7 +13,7 @@ * limitations under the License. */ -package edu.uci.ics.asterix.om.util.container; +package org.apache.asterix.om.util.container; /** * A reusable object pool interface. http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/util/container/ListObjectPool.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/util/container/ListObjectPool.java b/asterix-om/src/main/java/org/apache/asterix/om/util/container/ListObjectPool.java index 69d3893..75ecd4c 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/util/container/ListObjectPool.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/util/container/ListObjectPool.java @@ -13,7 +13,7 @@ * limitations under the License. */ -package edu.uci.ics.asterix.om.util.container; +package org.apache.asterix.om.util.container; import java.util.ArrayList; import java.util.BitSet; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/visitors/IOMVisitor.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/visitors/IOMVisitor.java b/asterix-om/src/main/java/org/apache/asterix/om/visitors/IOMVisitor.java index 15ca909..82b16e1 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/visitors/IOMVisitor.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/visitors/IOMVisitor.java @@ -12,39 +12,39 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.visitors; - -import edu.uci.ics.asterix.common.exceptions.AsterixException; -import edu.uci.ics.asterix.om.base.ABinary; -import edu.uci.ics.asterix.om.base.ABitArray; -import edu.uci.ics.asterix.om.base.ABoolean; -import edu.uci.ics.asterix.om.base.ACircle; -import edu.uci.ics.asterix.om.base.ADate; -import edu.uci.ics.asterix.om.base.ADateTime; -import edu.uci.ics.asterix.om.base.ADayTimeDuration; -import edu.uci.ics.asterix.om.base.ADouble; -import edu.uci.ics.asterix.om.base.ADuration; -import edu.uci.ics.asterix.om.base.AFloat; -import edu.uci.ics.asterix.om.base.AInt16; -import edu.uci.ics.asterix.om.base.AInt32; -import edu.uci.ics.asterix.om.base.AInt64; -import edu.uci.ics.asterix.om.base.AInt8; -import edu.uci.ics.asterix.om.base.AInterval; -import edu.uci.ics.asterix.om.base.ALine; -import edu.uci.ics.asterix.om.base.ANull; -import edu.uci.ics.asterix.om.base.AOrderedList; -import edu.uci.ics.asterix.om.base.APoint; -import edu.uci.ics.asterix.om.base.APoint3D; -import edu.uci.ics.asterix.om.base.APolygon; -import edu.uci.ics.asterix.om.base.ARecord; -import edu.uci.ics.asterix.om.base.ARectangle; -import edu.uci.ics.asterix.om.base.AString; -import edu.uci.ics.asterix.om.base.ATime; -import edu.uci.ics.asterix.om.base.AUUID; -import edu.uci.ics.asterix.om.base.AUnorderedList; -import edu.uci.ics.asterix.om.base.AYearMonthDuration; -import edu.uci.ics.asterix.om.base.ShortWithoutTypeInfo; -import edu.uci.ics.asterix.om.types.IAType; +package org.apache.asterix.om.visitors; + +import org.apache.asterix.common.exceptions.AsterixException; +import org.apache.asterix.om.base.ABinary; +import org.apache.asterix.om.base.ABitArray; +import org.apache.asterix.om.base.ABoolean; +import org.apache.asterix.om.base.ACircle; +import org.apache.asterix.om.base.ADate; +import org.apache.asterix.om.base.ADateTime; +import org.apache.asterix.om.base.ADayTimeDuration; +import org.apache.asterix.om.base.ADouble; +import org.apache.asterix.om.base.ADuration; +import org.apache.asterix.om.base.AFloat; +import org.apache.asterix.om.base.AInt16; +import org.apache.asterix.om.base.AInt32; +import org.apache.asterix.om.base.AInt64; +import org.apache.asterix.om.base.AInt8; +import org.apache.asterix.om.base.AInterval; +import org.apache.asterix.om.base.ALine; +import org.apache.asterix.om.base.ANull; +import org.apache.asterix.om.base.AOrderedList; +import org.apache.asterix.om.base.APoint; +import org.apache.asterix.om.base.APoint3D; +import org.apache.asterix.om.base.APolygon; +import org.apache.asterix.om.base.ARecord; +import org.apache.asterix.om.base.ARectangle; +import org.apache.asterix.om.base.AString; +import org.apache.asterix.om.base.ATime; +import org.apache.asterix.om.base.AUUID; +import org.apache.asterix.om.base.AUnorderedList; +import org.apache.asterix.om.base.AYearMonthDuration; +import org.apache.asterix.om.base.ShortWithoutTypeInfo; +import org.apache.asterix.om.types.IAType; public interface IOMVisitor { public void visitABoolean(ABoolean obj) throws AsterixException; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/main/java/org/apache/asterix/om/visitors/OMPrintToStringVisitor.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/main/java/org/apache/asterix/om/visitors/OMPrintToStringVisitor.java b/asterix-om/src/main/java/org/apache/asterix/om/visitors/OMPrintToStringVisitor.java index 5571769..99321f5 100644 --- a/asterix-om/src/main/java/org/apache/asterix/om/visitors/OMPrintToStringVisitor.java +++ b/asterix-om/src/main/java/org/apache/asterix/om/visitors/OMPrintToStringVisitor.java @@ -12,44 +12,44 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.om.visitors; - -import edu.uci.ics.asterix.common.exceptions.AsterixException; -import edu.uci.ics.asterix.om.base.ABinary; -import edu.uci.ics.asterix.om.base.ABitArray; -import edu.uci.ics.asterix.om.base.ABoolean; -import edu.uci.ics.asterix.om.base.ACircle; -import edu.uci.ics.asterix.om.base.ACollectionCursor; -import edu.uci.ics.asterix.om.base.ADate; -import edu.uci.ics.asterix.om.base.ADateTime; -import edu.uci.ics.asterix.om.base.ADayTimeDuration; -import edu.uci.ics.asterix.om.base.ADouble; -import edu.uci.ics.asterix.om.base.ADuration; -import edu.uci.ics.asterix.om.base.AFloat; -import edu.uci.ics.asterix.om.base.AInt16; -import edu.uci.ics.asterix.om.base.AInt32; -import edu.uci.ics.asterix.om.base.AInt64; -import edu.uci.ics.asterix.om.base.AInt8; -import edu.uci.ics.asterix.om.base.AInterval; -import edu.uci.ics.asterix.om.base.ALine; -import edu.uci.ics.asterix.om.base.ANull; -import edu.uci.ics.asterix.om.base.AOrderedList; -import edu.uci.ics.asterix.om.base.APoint; -import edu.uci.ics.asterix.om.base.APoint3D; -import edu.uci.ics.asterix.om.base.APolygon; -import edu.uci.ics.asterix.om.base.ARecord; -import edu.uci.ics.asterix.om.base.ARectangle; -import edu.uci.ics.asterix.om.base.AString; -import edu.uci.ics.asterix.om.base.ATime; -import edu.uci.ics.asterix.om.base.AUUID; -import edu.uci.ics.asterix.om.base.AUnorderedList; -import edu.uci.ics.asterix.om.base.AYearMonthDuration; -import edu.uci.ics.asterix.om.base.IACursor; -import edu.uci.ics.asterix.om.base.IAObject; -import edu.uci.ics.asterix.om.base.ShortWithoutTypeInfo; -import edu.uci.ics.asterix.om.types.ARecordType; -import edu.uci.ics.asterix.om.types.IAType; -import edu.uci.ics.hyracks.algebricks.common.exceptions.NotImplementedException; +package org.apache.asterix.om.visitors; + +import org.apache.asterix.common.exceptions.AsterixException; +import org.apache.asterix.om.base.ABinary; +import org.apache.asterix.om.base.ABitArray; +import org.apache.asterix.om.base.ABoolean; +import org.apache.asterix.om.base.ACircle; +import org.apache.asterix.om.base.ACollectionCursor; +import org.apache.asterix.om.base.ADate; +import org.apache.asterix.om.base.ADateTime; +import org.apache.asterix.om.base.ADayTimeDuration; +import org.apache.asterix.om.base.ADouble; +import org.apache.asterix.om.base.ADuration; +import org.apache.asterix.om.base.AFloat; +import org.apache.asterix.om.base.AInt16; +import org.apache.asterix.om.base.AInt32; +import org.apache.asterix.om.base.AInt64; +import org.apache.asterix.om.base.AInt8; +import org.apache.asterix.om.base.AInterval; +import org.apache.asterix.om.base.ALine; +import org.apache.asterix.om.base.ANull; +import org.apache.asterix.om.base.AOrderedList; +import org.apache.asterix.om.base.APoint; +import org.apache.asterix.om.base.APoint3D; +import org.apache.asterix.om.base.APolygon; +import org.apache.asterix.om.base.ARecord; +import org.apache.asterix.om.base.ARectangle; +import org.apache.asterix.om.base.AString; +import org.apache.asterix.om.base.ATime; +import org.apache.asterix.om.base.AUUID; +import org.apache.asterix.om.base.AUnorderedList; +import org.apache.asterix.om.base.AYearMonthDuration; +import org.apache.asterix.om.base.IACursor; +import org.apache.asterix.om.base.IAObject; +import org.apache.asterix.om.base.ShortWithoutTypeInfo; +import org.apache.asterix.om.types.ARecordType; +import org.apache.asterix.om.types.IAType; +import org.apache.hyracks.algebricks.common.exceptions.NotImplementedException; public class OMPrintToStringVisitor implements IOMVisitor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/test/java/org/apache/asterix/dataflow/data/nontagged/printers/ABinaryPrinterTest.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/test/java/org/apache/asterix/dataflow/data/nontagged/printers/ABinaryPrinterTest.java b/asterix-om/src/test/java/org/apache/asterix/dataflow/data/nontagged/printers/ABinaryPrinterTest.java index 04036df..8ac5e4d 100644 --- a/asterix-om/src/test/java/org/apache/asterix/dataflow/data/nontagged/printers/ABinaryPrinterTest.java +++ b/asterix-om/src/test/java/org/apache/asterix/dataflow/data/nontagged/printers/ABinaryPrinterTest.java @@ -13,10 +13,10 @@ * limitations under the License. */ -package edu.uci.ics.asterix.dataflow.data.nontagged.printers; +package org.apache.asterix.dataflow.data.nontagged.printers; -import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException; -import edu.uci.ics.hyracks.data.std.primitive.ByteArrayPointable; +import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException; +import org.apache.hyracks.data.std.primitive.ByteArrayPointable; import org.junit.Test; import javax.xml.bind.DatatypeConverter; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-om/src/test/java/org/apache/asterix/om/util/JSONDeserializerForTypesTest.java ---------------------------------------------------------------------- diff --git a/asterix-om/src/test/java/org/apache/asterix/om/util/JSONDeserializerForTypesTest.java b/asterix-om/src/test/java/org/apache/asterix/om/util/JSONDeserializerForTypesTest.java index 53c81cc..608d1fa 100644 --- a/asterix-om/src/test/java/org/apache/asterix/om/util/JSONDeserializerForTypesTest.java +++ b/asterix-om/src/test/java/org/apache/asterix/om/util/JSONDeserializerForTypesTest.java @@ -13,7 +13,7 @@ * limitations under the License. */ -package edu.uci.ics.asterix.om.util; +package org.apache.asterix.om.util; import java.util.ArrayList; import java.util.List; @@ -22,13 +22,13 @@ import junit.framework.Assert; import org.junit.Test; -import edu.uci.ics.asterix.om.types.AOrderedListType; -import edu.uci.ics.asterix.om.types.ARecordType; -import edu.uci.ics.asterix.om.types.AUnionType; -import edu.uci.ics.asterix.om.types.AUnorderedListType; -import edu.uci.ics.asterix.om.types.BuiltinType; -import edu.uci.ics.asterix.om.types.IAType; -import edu.uci.ics.asterix.om.util.JSONDeserializerForTypes; +import org.apache.asterix.om.types.AOrderedListType; +import org.apache.asterix.om.types.ARecordType; +import org.apache.asterix.om.types.AUnionType; +import org.apache.asterix.om.types.AUnorderedListType; +import org.apache.asterix.om.types.BuiltinType; +import org.apache.asterix.om.types.IAType; +import org.apache.asterix.om.util.JSONDeserializerForTypes; @SuppressWarnings("deprecation") public class JSONDeserializerForTypesTest { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/asterix-runtime/pom.xml b/asterix-runtime/pom.xml index 2b1847b..2dffa3f 100644 --- a/asterix-runtime/pom.xml +++ b/asterix-runtime/pom.xml @@ -16,7 +16,7 @@ 4.0.0 asterix - edu.uci.ics.asterix + org.apache.asterix 0.8.7-SNAPSHOT asterix-runtime @@ -44,12 +44,12 @@ - edu.uci.ics.asterix + org.apache.asterix lexer-generator-maven-plugin 0.8.7-SNAPSHOT src/main/resources/adm.grammar - ${project.build.directory}/generated-sources/edu/uci/ics/asterix/runtime/operators/file/adm + ${project.build.directory}/generated-sources/org.apache/asterix/runtime/operators/file/adm @@ -94,7 +94,7 @@ - edu.uci.ics.asterix + org.apache.asterix lexer-generator-maven-plugin @@ -141,23 +141,23 @@ - edu.uci.ics.asterix + org.apache.asterix asterix-om 0.8.7-SNAPSHOT compile - edu.uci.ics.asterix + org.apache.asterix asterix-fuzzyjoin 0.8.7-SNAPSHOT compile - edu.uci.ics.hyracks + org.apache.hyracks hyracks-storage-am-btree - edu.uci.ics.asterix + org.apache.asterix asterix-transactions 0.8.7-SNAPSHOT compile @@ -174,7 +174,7 @@ compile - edu.uci.ics.hyracks + org.apache.hyracks hyracks-api http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractAggregateFunctionDynamicDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractAggregateFunctionDynamicDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractAggregateFunctionDynamicDescriptor.java index 35b740e..0307cda 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractAggregateFunctionDynamicDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractAggregateFunctionDynamicDescriptor.java @@ -12,10 +12,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.base; +package org.apache.asterix.runtime.aggregates.base; -import edu.uci.ics.asterix.common.functions.FunctionDescriptorTag; -import edu.uci.ics.asterix.om.functions.AbstractFunctionDescriptor; +import org.apache.asterix.common.functions.FunctionDescriptorTag; +import org.apache.asterix.om.functions.AbstractFunctionDescriptor; public abstract class AbstractAggregateFunctionDynamicDescriptor extends AbstractFunctionDescriptor { private static final long serialVersionUID = 1L; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractSerializableAggregateFunctionDynamicDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractSerializableAggregateFunctionDynamicDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractSerializableAggregateFunctionDynamicDescriptor.java index f7ce4ce..40d46b7 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractSerializableAggregateFunctionDynamicDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/AbstractSerializableAggregateFunctionDynamicDescriptor.java @@ -12,10 +12,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.base; +package org.apache.asterix.runtime.aggregates.base; -import edu.uci.ics.asterix.common.functions.FunctionDescriptorTag; -import edu.uci.ics.asterix.om.functions.AbstractFunctionDescriptor; +import org.apache.asterix.common.functions.FunctionDescriptorTag; +import org.apache.asterix.om.functions.AbstractFunctionDescriptor; public abstract class AbstractSerializableAggregateFunctionDynamicDescriptor extends AbstractFunctionDescriptor { private static final long serialVersionUID = 1L; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/SingleFieldFrameTupleReference.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/SingleFieldFrameTupleReference.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/SingleFieldFrameTupleReference.java index 4d6181c..19fff39 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/SingleFieldFrameTupleReference.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/base/SingleFieldFrameTupleReference.java @@ -12,10 +12,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.base; +package org.apache.asterix.runtime.aggregates.base; -import edu.uci.ics.hyracks.api.comm.IFrameTupleAccessor; -import edu.uci.ics.hyracks.dataflow.common.data.accessors.IFrameTupleReference; +import org.apache.hyracks.api.comm.IFrameTupleAccessor; +import org.apache.hyracks.dataflow.common.data.accessors.IFrameTupleReference; public class SingleFieldFrameTupleReference implements IFrameTupleReference { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateDescriptor.java index d77549d..234fb02 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateDescriptor.java @@ -12,17 +12,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.collections; - -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.asterix.om.types.AOrderedListType; -import edu.uci.ics.asterix.runtime.aggregates.base.AbstractAggregateFunctionDynamicDescriptor; -import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyAggregateFunctionFactory; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; +package org.apache.asterix.runtime.aggregates.collections; + +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.asterix.om.types.AOrderedListType; +import org.apache.asterix.runtime.aggregates.base.AbstractAggregateFunctionDynamicDescriptor; +import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.hyracks.algebricks.runtime.base.ICopyAggregateFunctionFactory; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; public class ListifyAggregateDescriptor extends AbstractAggregateFunctionDynamicDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateFunctionEvalFactory.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateFunctionEvalFactory.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateFunctionEvalFactory.java index 6edcabc..f4cf4e3 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateFunctionEvalFactory.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/collections/ListifyAggregateFunctionEvalFactory.java @@ -12,21 +12,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.collections; +package org.apache.asterix.runtime.aggregates.collections; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.builders.OrderedListBuilder; -import edu.uci.ics.asterix.om.types.AOrderedListType; -import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyAggregateFunction; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyAggregateFunctionFactory; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluator; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; -import edu.uci.ics.hyracks.data.std.api.IDataOutputProvider; -import edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage; -import edu.uci.ics.hyracks.dataflow.common.data.accessors.IFrameTupleReference; +import org.apache.asterix.builders.OrderedListBuilder; +import org.apache.asterix.om.types.AOrderedListType; +import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException; +import org.apache.hyracks.algebricks.runtime.base.ICopyAggregateFunction; +import org.apache.hyracks.algebricks.runtime.base.ICopyAggregateFunctionFactory; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluator; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; +import org.apache.hyracks.data.std.api.IDataOutputProvider; +import org.apache.hyracks.data.std.util.ArrayBackedValueStorage; +import org.apache.hyracks.dataflow.common.data.accessors.IFrameTupleReference; public class ListifyAggregateFunctionEvalFactory implements ICopyAggregateFunctionFactory { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/AbstractScalarAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/AbstractScalarAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/AbstractScalarAggregateDescriptor.java index 590e167..fa9298d 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/AbstractScalarAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/AbstractScalarAggregateDescriptor.java @@ -12,22 +12,22 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.FunctionManagerHolder; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionManager; -import edu.uci.ics.asterix.runtime.aggregates.base.AbstractAggregateFunctionDynamicDescriptor; -import edu.uci.ics.asterix.runtime.evaluators.base.AbstractScalarFunctionDynamicDescriptor; -import edu.uci.ics.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor.ScanCollectionUnnestingFunctionFactory; -import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyAggregateFunctionFactory; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluator; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; -import edu.uci.ics.hyracks.algebricks.runtime.evaluators.ColumnAccessEvalFactory; -import edu.uci.ics.hyracks.data.std.api.IDataOutputProvider; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.FunctionManagerHolder; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionManager; +import org.apache.asterix.runtime.aggregates.base.AbstractAggregateFunctionDynamicDescriptor; +import org.apache.asterix.runtime.evaluators.base.AbstractScalarFunctionDynamicDescriptor; +import org.apache.asterix.runtime.unnestingfunctions.std.ScanCollectionDescriptor.ScanCollectionUnnestingFunctionFactory; +import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.hyracks.algebricks.runtime.base.ICopyAggregateFunctionFactory; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluator; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; +import org.apache.hyracks.algebricks.runtime.evaluators.ColumnAccessEvalFactory; +import org.apache.hyracks.data.std.api.IDataOutputProvider; public abstract class AbstractScalarAggregateDescriptor extends AbstractScalarFunctionDynamicDescriptor { private static final long serialVersionUID = 1L; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/GenericScalarAggregateFunction.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/GenericScalarAggregateFunction.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/GenericScalarAggregateFunction.java index 860d8d4..ae2d966 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/GenericScalarAggregateFunction.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/GenericScalarAggregateFunction.java @@ -12,16 +12,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.runtime.aggregates.base.SingleFieldFrameTupleReference; -import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyAggregateFunction; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluator; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyUnnestingFunction; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyUnnestingFunctionFactory; -import edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage; -import edu.uci.ics.hyracks.dataflow.common.data.accessors.IFrameTupleReference; +import org.apache.asterix.runtime.aggregates.base.SingleFieldFrameTupleReference; +import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException; +import org.apache.hyracks.algebricks.runtime.base.ICopyAggregateFunction; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluator; +import org.apache.hyracks.algebricks.runtime.base.ICopyUnnestingFunction; +import org.apache.hyracks.algebricks.runtime.base.ICopyUnnestingFunctionFactory; +import org.apache.hyracks.data.std.util.ArrayBackedValueStorage; +import org.apache.hyracks.dataflow.common.data.accessors.IFrameTupleReference; /** * Implements scalar aggregates by iterating over a collection with the ScanCollection unnesting function, http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarAvgAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarAvgAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarAvgAggregateDescriptor.java index b38aa4b..606f776 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarAvgAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarAvgAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarAvgAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarCountAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarCountAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarCountAggregateDescriptor.java index 90fae95..91e57ee 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarCountAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarCountAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarCountAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMaxAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMaxAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMaxAggregateDescriptor.java index d3b4953..d04800d 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMaxAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMaxAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarMaxAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMinAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMinAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMinAggregateDescriptor.java index 8568f1d..61d953d 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMinAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarMinAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarMinAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlAvgAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlAvgAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlAvgAggregateDescriptor.java index 93d5553..758b76b 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlAvgAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlAvgAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarSqlAvgAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlCountAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlCountAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlCountAggregateDescriptor.java index d035b5b..42f0f9d 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlCountAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlCountAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarSqlCountAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMaxAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMaxAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMaxAggregateDescriptor.java index 43322a7..c5dbcf2 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMaxAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMaxAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarSqlMaxAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMinAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMinAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMinAggregateDescriptor.java index 9a7cf1f..2a88e78 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMinAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlMinAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarSqlMinAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlSumAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlSumAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlSumAggregateDescriptor.java index 3172241..8fd7260 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlSumAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSqlSumAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarSqlSumAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSumAggregateDescriptor.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSumAggregateDescriptor.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSumAggregateDescriptor.java index 5b6d7f9..d00cc7b 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSumAggregateDescriptor.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/scalar/ScalarSumAggregateDescriptor.java @@ -12,12 +12,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.scalar; +package org.apache.asterix.runtime.aggregates.scalar; -import edu.uci.ics.asterix.om.functions.AsterixBuiltinFunctions; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptor; -import edu.uci.ics.asterix.om.functions.IFunctionDescriptorFactory; -import edu.uci.ics.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; +import org.apache.asterix.om.functions.AsterixBuiltinFunctions; +import org.apache.asterix.om.functions.IFunctionDescriptor; +import org.apache.asterix.om.functions.IFunctionDescriptorFactory; +import org.apache.hyracks.algebricks.core.algebra.functions.FunctionIdentifier; public class ScalarSumAggregateDescriptor extends AbstractScalarAggregateDescriptor { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableAvgAggregateFunction.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableAvgAggregateFunction.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableAvgAggregateFunction.java index 738918c..0bfd62d 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableAvgAggregateFunction.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableAvgAggregateFunction.java @@ -12,45 +12,45 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.serializable.std; +package org.apache.asterix.runtime.aggregates.serializable.std; import java.io.DataOutput; import java.io.DataOutputStream; import java.io.IOException; -import edu.uci.ics.asterix.common.config.GlobalConfig; -import edu.uci.ics.asterix.common.exceptions.AsterixException; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.ADoubleSerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AFloatSerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AInt16SerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AInt32SerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AInt64SerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AInt8SerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.ARecordSerializerDeserializer; -import edu.uci.ics.asterix.formats.nontagged.AqlSerializerDeserializerProvider; -import edu.uci.ics.asterix.om.base.ADouble; -import edu.uci.ics.asterix.om.base.AInt64; -import edu.uci.ics.asterix.om.base.AMutableDouble; -import edu.uci.ics.asterix.om.base.AMutableInt64; -import edu.uci.ics.asterix.om.base.ANull; -import edu.uci.ics.asterix.om.types.ARecordType; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.asterix.om.types.BuiltinType; -import edu.uci.ics.asterix.om.types.EnumDeserializer; -import edu.uci.ics.asterix.om.types.IAType; -import edu.uci.ics.asterix.om.types.hierachy.ATypeHierarchy; -import edu.uci.ics.asterix.runtime.evaluators.common.AccessibleByteArrayEval; -import edu.uci.ics.asterix.runtime.evaluators.common.ClosedRecordConstructorEvalFactory.ClosedRecordConstructorEval; -import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException; -import edu.uci.ics.hyracks.algebricks.common.exceptions.NotImplementedException; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluator; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopySerializableAggregateFunction; -import edu.uci.ics.hyracks.api.dataflow.value.ISerializerDeserializer; -import edu.uci.ics.hyracks.api.exceptions.HyracksDataException; -import edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage; -import edu.uci.ics.hyracks.data.std.util.ByteArrayAccessibleOutputStream; -import edu.uci.ics.hyracks.dataflow.common.data.accessors.IFrameTupleReference; +import org.apache.asterix.common.config.GlobalConfig; +import org.apache.asterix.common.exceptions.AsterixException; +import org.apache.asterix.dataflow.data.nontagged.serde.ADoubleSerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AFloatSerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AInt16SerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AInt32SerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AInt64SerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AInt8SerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.ARecordSerializerDeserializer; +import org.apache.asterix.formats.nontagged.AqlSerializerDeserializerProvider; +import org.apache.asterix.om.base.ADouble; +import org.apache.asterix.om.base.AInt64; +import org.apache.asterix.om.base.AMutableDouble; +import org.apache.asterix.om.base.AMutableInt64; +import org.apache.asterix.om.base.ANull; +import org.apache.asterix.om.types.ARecordType; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.asterix.om.types.BuiltinType; +import org.apache.asterix.om.types.EnumDeserializer; +import org.apache.asterix.om.types.IAType; +import org.apache.asterix.om.types.hierachy.ATypeHierarchy; +import org.apache.asterix.runtime.evaluators.common.AccessibleByteArrayEval; +import org.apache.asterix.runtime.evaluators.common.ClosedRecordConstructorEvalFactory.ClosedRecordConstructorEval; +import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException; +import org.apache.hyracks.algebricks.common.exceptions.NotImplementedException; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluator; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; +import org.apache.hyracks.algebricks.runtime.base.ICopySerializableAggregateFunction; +import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer; +import org.apache.hyracks.api.exceptions.HyracksDataException; +import org.apache.hyracks.data.std.util.ArrayBackedValueStorage; +import org.apache.hyracks.data.std.util.ByteArrayAccessibleOutputStream; +import org.apache.hyracks.dataflow.common.data.accessors.IFrameTupleReference; public abstract class AbstractSerializableAvgAggregateFunction implements ICopySerializableAggregateFunction { private static final int SUM_FIELD_ID = 0; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableCountAggregateFunction.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableCountAggregateFunction.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableCountAggregateFunction.java index 92228fb..eaa8978 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableCountAggregateFunction.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableCountAggregateFunction.java @@ -12,25 +12,25 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.serializable.std; +package org.apache.asterix.runtime.aggregates.serializable.std; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.formats.nontagged.AqlSerializerDeserializerProvider; -import edu.uci.ics.asterix.om.base.AInt64; -import edu.uci.ics.asterix.om.base.AMutableInt64; -import edu.uci.ics.asterix.om.base.ANull; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.asterix.om.types.BuiltinType; -import edu.uci.ics.asterix.om.types.EnumDeserializer; -import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluator; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopySerializableAggregateFunction; -import edu.uci.ics.hyracks.api.dataflow.value.ISerializerDeserializer; -import edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage; -import edu.uci.ics.hyracks.dataflow.common.data.accessors.IFrameTupleReference; +import org.apache.asterix.formats.nontagged.AqlSerializerDeserializerProvider; +import org.apache.asterix.om.base.AInt64; +import org.apache.asterix.om.base.AMutableInt64; +import org.apache.asterix.om.base.ANull; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.asterix.om.types.BuiltinType; +import org.apache.asterix.om.types.EnumDeserializer; +import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluator; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; +import org.apache.hyracks.algebricks.runtime.base.ICopySerializableAggregateFunction; +import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer; +import org.apache.hyracks.data.std.util.ArrayBackedValueStorage; +import org.apache.hyracks.dataflow.common.data.accessors.IFrameTupleReference; /** * count(NULL) returns NULL. http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/f18bba26/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableSumAggregateFunction.java ---------------------------------------------------------------------- diff --git a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableSumAggregateFunction.java b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableSumAggregateFunction.java index ac5b7f2..d025c84 100644 --- a/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableSumAggregateFunction.java +++ b/asterix-runtime/src/main/java/org/apache/asterix/runtime/aggregates/serializable/std/AbstractSerializableSumAggregateFunction.java @@ -12,37 +12,37 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package edu.uci.ics.asterix.runtime.aggregates.serializable.std; +package org.apache.asterix.runtime.aggregates.serializable.std; import java.io.DataOutput; import java.io.IOException; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.ADoubleSerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AFloatSerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AInt16SerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AInt32SerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AInt64SerializerDeserializer; -import edu.uci.ics.asterix.dataflow.data.nontagged.serde.AInt8SerializerDeserializer; -import edu.uci.ics.asterix.formats.nontagged.AqlSerializerDeserializerProvider; -import edu.uci.ics.asterix.om.base.AMutableDouble; -import edu.uci.ics.asterix.om.base.AMutableFloat; -import edu.uci.ics.asterix.om.base.AMutableInt16; -import edu.uci.ics.asterix.om.base.AMutableInt32; -import edu.uci.ics.asterix.om.base.AMutableInt64; -import edu.uci.ics.asterix.om.base.AMutableInt8; -import edu.uci.ics.asterix.om.base.ANull; -import edu.uci.ics.asterix.om.types.ATypeTag; -import edu.uci.ics.asterix.om.types.BuiltinType; -import edu.uci.ics.asterix.om.types.EnumDeserializer; -import edu.uci.ics.asterix.om.types.hierachy.ATypeHierarchy; -import edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException; -import edu.uci.ics.hyracks.algebricks.common.exceptions.NotImplementedException; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluator; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; -import edu.uci.ics.hyracks.algebricks.runtime.base.ICopySerializableAggregateFunction; -import edu.uci.ics.hyracks.api.dataflow.value.ISerializerDeserializer; -import edu.uci.ics.hyracks.data.std.util.ArrayBackedValueStorage; -import edu.uci.ics.hyracks.dataflow.common.data.accessors.IFrameTupleReference; +import org.apache.asterix.dataflow.data.nontagged.serde.ADoubleSerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AFloatSerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AInt16SerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AInt32SerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AInt64SerializerDeserializer; +import org.apache.asterix.dataflow.data.nontagged.serde.AInt8SerializerDeserializer; +import org.apache.asterix.formats.nontagged.AqlSerializerDeserializerProvider; +import org.apache.asterix.om.base.AMutableDouble; +import org.apache.asterix.om.base.AMutableFloat; +import org.apache.asterix.om.base.AMutableInt16; +import org.apache.asterix.om.base.AMutableInt32; +import org.apache.asterix.om.base.AMutableInt64; +import org.apache.asterix.om.base.AMutableInt8; +import org.apache.asterix.om.base.ANull; +import org.apache.asterix.om.types.ATypeTag; +import org.apache.asterix.om.types.BuiltinType; +import org.apache.asterix.om.types.EnumDeserializer; +import org.apache.asterix.om.types.hierachy.ATypeHierarchy; +import org.apache.hyracks.algebricks.common.exceptions.AlgebricksException; +import org.apache.hyracks.algebricks.common.exceptions.NotImplementedException; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluator; +import org.apache.hyracks.algebricks.runtime.base.ICopyEvaluatorFactory; +import org.apache.hyracks.algebricks.runtime.base.ICopySerializableAggregateFunction; +import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer; +import org.apache.hyracks.data.std.util.ArrayBackedValueStorage; +import org.apache.hyracks.dataflow.common.data.accessors.IFrameTupleReference; public abstract class AbstractSerializableSumAggregateFunction implements ICopySerializableAggregateFunction { protected static final int AGG_TYPE_OFFSET = 0;