Class ImpalaCreateTableStatement

    • Constructor Detail

      • ImpalaCreateTableStatement

        public ImpalaCreateTableStatement()
    • Method Detail

      • isCached

        public boolean isCached()
      • getCachedPool

        public SQLExpr getCachedPool()
      • setCachedPool

        public void setCachedPool​(SQLExpr cachedPool)
      • getCachedReplication

        public int getCachedReplication()
      • setCachedReplication

        public void setCachedReplication​(int cachedReplication)
      • isUnCached

        public boolean isUnCached()
      • setUnCached

        public void setUnCached​(boolean unCached)