jar

org.embulk : embulk-filter-calcite

Maven & Gradle

Jun 16, 2021
14 stars

embulk-filter-calcite · Translate schema and column values by SQL-like query provided by Apache Calcite.

Table Of Contents

Latest Version

Download org.embulk : embulk-filter-calcite JAR file - Latest Versions:

All Versions

Download org.embulk : embulk-filter-calcite JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window embulk-filter-calcite-0.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.embulk.filter.calcite

├─ org.embulk.filter.calcite.CalciteFilterPlugin.class - [JAR]

├─ org.embulk.filter.calcite.PageConverter.class - [JAR]

org.embulk.filter.calcite.adapter.page

├─ org.embulk.filter.calcite.adapter.page.PageEnumerator.class - [JAR]

├─ org.embulk.filter.calcite.adapter.page.PageFieldType.class - [JAR]

├─ org.embulk.filter.calcite.adapter.page.PageSchema.class - [JAR]

├─ org.embulk.filter.calcite.adapter.page.PageSchemaFactory.class - [JAR]

├─ org.embulk.filter.calcite.adapter.page.PageTable.class - [JAR]

org.embulk.filter.calcite.getter

├─ org.embulk.filter.calcite.getter.FilterColumnGetterFactory.class - [JAR]

├─ org.embulk.filter.calcite.getter.FilterTimestampColumnGetter.class - [JAR]

Advertisement