parquet-plugins/parquet-encoding-vector/src/main/java/org/apache/parquet/column/values/bitpacking/ByteBitPacking512VectorLE.java [893:912]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      byteVector
          .castShape(ISPECIES, 0)
          .lanewise(VectorOperators.AND, 255)
          .reinterpretAsInts()
          .intoArray(out, outPos);
      byteVector
          .castShape(ISPECIES, 1)
          .lanewise(VectorOperators.AND, 255)
          .reinterpretAsInts()
          .intoArray(out, outPos + 16);
      byteVector
          .castShape(ISPECIES, 2)
          .lanewise(VectorOperators.AND, 255)
          .reinterpretAsInts()
          .intoArray(out, outPos + 32);
      byteVector
          .castShape(ISPECIES, 3)
          .lanewise(VectorOperators.AND, 255)
          .reinterpretAsInts()
          .intoArray(out, outPos + 48);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



parquet-plugins/parquet-encoding-vector/src/main/java/org/apache/parquet/column/values/bitpacking/ByteBitPacking512VectorLE.java [918:937]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      byteVector
          .castShape(ISPECIES, 0)
          .lanewise(VectorOperators.AND, 255)
          .reinterpretAsInts()
          .intoArray(out, outPos);
      byteVector
          .castShape(ISPECIES, 1)
          .lanewise(VectorOperators.AND, 255)
          .reinterpretAsInts()
          .intoArray(out, outPos + 16);
      byteVector
          .castShape(ISPECIES, 2)
          .lanewise(VectorOperators.AND, 255)
          .reinterpretAsInts()
          .intoArray(out, outPos + 32);
      byteVector
          .castShape(ISPECIES, 3)
          .lanewise(VectorOperators.AND, 255)
          .reinterpretAsInts()
          .intoArray(out, outPos + 48);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



