Package | Description |
---|---|
parquet.tools.util |
Modifier and Type | Field and Description |
---|---|
static PrettyPrintWriter.Span |
PrettyPrintWriter.DEFAULT_APPEND |
Modifier and Type | Method and Description |
---|---|
static PrettyPrintWriter.Span |
PrettyPrintWriter.mkspan(java.lang.String span) |
static PrettyPrintWriter.Span |
PrettyPrintWriter.mkspan(java.lang.String span,
java.lang.String color) |
static PrettyPrintWriter.Span |
PrettyPrintWriter.mkspan(java.lang.String span,
java.lang.String colorMode,
java.lang.String colorForeground,
java.lang.String colorBackground) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintWriter.Line.append(PrettyPrintWriter.Span span) |
void |
PrettyPrintWriter.Span.append(PrettyPrintWriter.Span other) |
boolean |
PrettyPrintWriter.Span.canAppend(PrettyPrintWriter.Span other) |
void |
PrettyPrintWriter.Line.trimTo(int width,
PrettyPrintWriter.Span appendToLongLine) |
void |
PrettyPrintWriter.Span.trimTo(int width,
PrettyPrintWriter.Span appendToLongLine) |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withAutoCrop(int consoleWidth,
PrettyPrintWriter.Span appendToLong) |
Copyright © 2019 Cloudera. All Rights Reserved.