This is an automated email from the ASF dual-hosted git repository.
xiangweiwei pushed a change to branch freemarker
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 18815037b1 add previousFill.ftl template
new a9a2d0febe add new line at end of file
new 887ed7688e add data model file
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
server/src/main/codegen/config.fmpp | 6 ++---
server/src/main/codegen/dataModel/AllDataType.tdd | 28 ++++++++++++++++++++++
.../src/main/codegen/dataModel/DecimalDataType.tdd | 20 ++++++++++++++++
server/src/main/codegen/templates/constantFill.ftl | 2 +-
server/src/main/codegen/templates/linearFill.ftl | 2 +-
server/src/main/codegen/templates/previousFill.ftl | 2 +-
6 files changed, 54 insertions(+), 6 deletions(-)
create mode 100644 server/src/main/codegen/dataModel/AllDataType.tdd
create mode 100644 server/src/main/codegen/dataModel/DecimalDataType.tdd