Recently, I'm reading the source code of calcite, and find it hard to understand what the prefix '$t' means in RexLocalRef.
private static final List<String> NAMES = new SelfPopulatingList("$t", 30);
This is a bit puzzling. Could anyone provide some explanation?
