Heri Ramampiaro has uploaded a new patch set (#2). Change subject: ASTERIXDB-944: added an AQL function that prints internal data format ......................................................................
ASTERIXDB-944: added an AQL function that prints internal data format The adm-to-bytes implemented here is for debugging/documentation. It prints an accurate picture of the internal representation of an ADM instance, i.e., a slightly marked up version of the bytes used to represent the instance. Change-Id: I31d0b2ec2d8686531833811937596c3dca660b1e --- A asterix-doc/src/site/markdown/aql/admdebuggerfunctions.md M asterix-om/src/main/java/org/apache/asterix/om/functions/AsterixBuiltinFunctions.java A asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/AdmToBytesTypeComputer.java A asterix-om/src/main/java/org/apache/asterix/om/typecomputer/impl/TypeComputerUtils.java A asterix-om/src/main/java/org/apache/asterix/om/util/admdebugger/AnnotatedFieldNameComputerUtil.java A asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/AdmToBytesDescriptor.java A asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/AdmToBytesFactory.java A asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/AdmToBytesHelper.java A asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/functions/PointableUtils.java A asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/visitors/admdebugging/AdmToBytesVisitor.java A asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/visitors/admdebugging/ListBytesProcessor.java A asterix-runtime/src/main/java/org/apache/asterix/runtime/evaluators/visitors/admdebugging/RecordBytesProcessor.java M asterix-runtime/src/main/java/org/apache/asterix/runtime/formats/NonTaggedDataFormat.java 13 files changed, 1,683 insertions(+), 13 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/23/523/2 -- To view, visit https://asterix-gerrit.ics.uci.edu/523 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I31d0b2ec2d8686531833811937596c3dca660b1e Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Heri Ramampiaro <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]>
