Interface PartitionSpecVisitor<T>


  • public interface PartitionSpecVisitor<T>
    • Method Detail

      • identity

        T identity​(java.lang.String sourceName,
                   int sourceId)
      • bucket

        T bucket​(java.lang.String sourceName,
                 int sourceId,
                 int width)
      • truncate

        T truncate​(java.lang.String sourceName,
                   int sourceId,
                   int width)
      • year

        T year​(java.lang.String sourceName,
               int sourceId)
      • month

        T month​(java.lang.String sourceName,
                int sourceId)
      • day

        T day​(java.lang.String sourceName,
              int sourceId)
      • hour

        T hour​(java.lang.String sourceName,
               int sourceId)