4041424344454647484950
super(adapters); } @Override public Properties adapt(PropertiesContext context) { LineContext lineContext = getChild(context, LineContext.class); if (lineContext == null) { return null; } List<Comment> comments =
10111213141516
private final LineContext lineContext; private final Set<ColumnIdent> prefetchColumns = new HashSet<>(); public CollectorContext() { this.lineContext = new LineContext(this); }